diff options
Diffstat (limited to 'main/pinentry/APKBUILD')
-rw-r--r-- | main/pinentry/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/pinentry/APKBUILD b/main/pinentry/APKBUILD index 5322ebe7a..b211173ff 100644 --- a/main/pinentry/APKBUILD +++ b/main/pinentry/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=pinentry -pkgver=0.7.5 +pkgver=0.7.6 _uiconv_ver=0.3 pkgrel=0 pkgdesc="Collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol" @@ -38,5 +38,5 @@ build () { make || return 1 make DESTDIR="$pkgdir" install } -md5sums="ca492afbbb59cd19f1c875533f18b269 pinentry-0.7.5.tar.gz +md5sums="5a4f676375fa882009da02013d77210f pinentry-0.7.6.tar.gz 5cd7f80085324d08cb976fec674cd98d uiconv-0.3.tar.bz2" |