sg3_utils: update to 1.40.

This commit is contained in:
Juan RP 2014-12-04 08:21:38 +01:00
parent 23af688e30
commit 447677edf6
1 changed files with 2 additions and 3 deletions

View File

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