Bump hlr to rev6

This commit is contained in:
Keith Whyte 2023-01-13 22:53:29 +01:00
parent 47fb741400
commit 9a5a821bac

View file

@ -35,7 +35,7 @@ class rhizo_base::osmocom::buster inherits rhizo_base::osmocom::common {
}
package { [ 'osmo-hlr', 'libosmo-mslookup0', 'osmo-mslookup-utils',
'libosmo-gsup-client0' ]:
ensure => '1.5.0+rhizo5b',
ensure => '1.5.0+rhizo6b',
require => Class['rhizo_base::apt'],
}
}
@ -64,7 +64,7 @@ class rhizo_base::osmocom::stretch inherits rhizo_base::osmocom::common {
}
package { [ 'osmo-hlr', 'libosmo-mslookup0', 'osmo-mslookup-utils',
'libosmo-gsup-client0' ]:
ensure => '1.5.0+rhizo5s',
ensure => '1.5.0+rhizo6s',
require => Class['rhizo_base::apt'],
}
}