sg3_utils: update to 1.40.
This commit is contained in:
parent
23af688e30
commit
447677edf6
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'sg3_utils'
|
# Template file for 'sg3_utils'
|
||||||
pkgname=sg3_utils
|
pkgname=sg3_utils
|
||||||
version=1.39
|
version=1.40
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
|
@ -11,11 +11,10 @@ homepage="http://sg.danny.cz/sg/sg3_utils.html"
|
||||||
license="BSD, GPL-2"
|
license="BSD, GPL-2"
|
||||||
update_pattern=$pkgname'-\K[\d.]+(?=\.tgz)'
|
update_pattern=$pkgname'-\K[\d.]+(?=\.tgz)'
|
||||||
distfiles="http://sg.danny.cz/sg/p/$pkgname-$version.tgz"
|
distfiles="http://sg.danny.cz/sg/p/$pkgname-$version.tgz"
|
||||||
checksum=0fb6eae3de7f8e71398bf1315712eceae5b6776b5b9ef882bcfd759063ea8709
|
checksum=44a9ecfd3af018fa9f3586067a8fa5f4874451c3d773d74436d262a7e530ee83
|
||||||
|
|
||||||
libsgutils_package() {
|
libsgutils_package() {
|
||||||
short_desc+=" - shared library"
|
short_desc+=" - shared library"
|
||||||
replaces="sg3_utils<1.31"
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/*.so.*"
|
vmove "usr/lib/*.so.*"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue