diff options
author | Paul Morgan <jumanjiman@gmail.com> | 2018-04-28 12:34:32 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-05-08 07:56:10 +0000 |
commit | 16def6e1d90e7f54dbdb52b2df62acd696a8d977 (patch) | |
tree | fe607b307feab97f69b64ccfd59da755c8ccb852 /community/duo_unix/APKBUILD | |
parent | 39429349752bbb2add5bb29f04cc633a7056d07e (diff) | |
download | aports-16def6e1d90e7f54dbdb52b2df62acd696a8d977.tar.bz2 aports-16def6e1d90e7f54dbdb52b2df62acd696a8d977.tar.xz |
community/duo_unix: upgrade to 1.10.3
Plus: fix the libressl patch to align with this upstream PR:
https://github.com/duosecurity/duo_unix/pull/116
Diffstat (limited to 'community/duo_unix/APKBUILD')
-rw-r--r-- | community/duo_unix/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/duo_unix/APKBUILD b/community/duo_unix/APKBUILD index 6dc050657a..78cfbd5484 100644 --- a/community/duo_unix/APKBUILD +++ b/community/duo_unix/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: Paul Morgan <jumanjiman@gmail.com> pkgname=duo_unix -pkgver=1.10.2 -pkgrel=1 +pkgver=1.10.3 +pkgrel=0 pkgdesc="duosecurity.com two-factor authentication" url="https://duo.com/support/documentation/duounix" arch="all" @@ -37,5 +37,5 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="9ef9815e02528e5093e97c8ba2aae86676be5a86a838632755e6dffef53d49df101c3a5f67f4c672a2ca0663f0a35440ce377f51203846b270263f4745388165 duo_unix-1.10.2.tar.gz -aceb647dfbeb8a0f159c827b7fbec7703b9d9895adc26d06ad6be91828e1c20569c2a087bbb0d04390a1ec1f9c0217ca3bae3f6fd9f971d754ff0306e5ed88a2 libressl-2.7.patch" +sha512sums="fec222803d483e55823c1d5586852b718774f86565211b946971c8136af09e4902d747f7462e48c61bdb6615fd1327f18c11984bf49bbaefcbe7055cb221f7b2 duo_unix-1.10.3.tar.gz +9311bef67fb1f0260d47f6079ffec037bcbc273e07f5f839ee5cdbee66b933376018027590a015508d7be243507a630944456905ccbe49baf2a993d9f0f5a845 libressl-2.7.patch" |