diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-02-21 12:52:08 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-02-21 12:52:08 +0000 |
commit | 9acb1f8be902e4d052902712531789fbaabdfadc (patch) | |
tree | 45ce42cff4421d0928f99558756f6e2bc64c3721 /community/hivex | |
parent | 6fa7d8ab2fcb4fe31c667fe6129032b175108155 (diff) | |
download | aports-9acb1f8be902e4d052902712531789fbaabdfadc.tar.bz2 aports-9acb1f8be902e4d052902712531789fbaabdfadc.tar.xz |
community/hivex: upgrade to 1.3.14
Diffstat (limited to 'community/hivex')
-rw-r--r-- | community/hivex/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/community/hivex/APKBUILD b/community/hivex/APKBUILD index 4a604503eb..d58fa0d311 100644 --- a/community/hivex/APKBUILD +++ b/community/hivex/APKBUILD @@ -1,14 +1,14 @@ # Contributor: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=hivex -pkgver=1.3.13 +pkgver=1.3.14 pkgrel=0 pkgdesc="System for extracting the contents of Windows Registry." url="http://libguestfs.org" arch="all" license="LGPL2.1" depends="" -makedepends="python2-dev libxml2-dev readline-dev perl" +makedepends="python2-dev libxml2-dev readline-dev perl-dev" subpackages="$pkgname-dev $pkgname-doc" source="http://libguestfs.org/download/$pkgname/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" @@ -32,6 +32,4 @@ package() { make DESTDIR="$pkgdir" install } -md5sums="a4c9cb138c0cb839759c54b59e52793f hivex-1.3.13.tar.gz" -sha256sums="315bc304725309dc3cc844d1d1524055530fd18a1673fe3b95ef7892d0305591 hivex-1.3.13.tar.gz" -sha512sums="5a045e90cbfc63f2fe317d04ef4dbfcd533968e3c635e8fa709fc58beabf442d7c3a7d2144995896dc221c454924c959ab9ccfa51454599dec0f7b26f955c072 hivex-1.3.13.tar.gz" +sha512sums="dd7dd52dceda580179a815fc48a2a2c7e8f7234614beceb937fba7e317df17984e65453338160c4c467b70d7d4f9bd61b48aad3ca51e19bd5e4cfbca8ee3adb6 hivex-1.3.14.tar.gz" |