diff options
author | Martchus | 2019-09-15 14:07:56 +0200 |
---|---|---|
committer | Martchus | 2019-09-15 14:07:56 +0200 |
commit | f861d738e4722b0e42fc8a07e94d95f9dcc8d67c (patch) | |
tree | cce91db1b71d4f31daab783ec329b3b75278ecb4 /PKGBUILD | |
parent | 3fe8c771bc3cfaf309d2f7a2b3d870db5a3e95e8 (diff) | |
download | aur-f861d738e4722b0e42fc8a07e94d95f9dcc8d67c.tar.gz |
Update to 1.1.1d
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -6,12 +6,12 @@ _android_arch=armeabi-v7a _android_platform=21 # https://developer.android.com/about/dashboards/ _android_platform_arch=arch-arm _pkgname=openssl -_ver=1.1.1c +_ver=1.1.1d pkgname=android-$_pkg_arch-$_pkgname # use a pacman compatible version scheme pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}} -pkgrel=2 +pkgrel=1 pkgdesc="The Open Source toolkit for Secure Sockets Layer and Transport Layer Security (Android, $_pkg_arch)" arch=('any') url='https://www.openssl.org' @@ -22,7 +22,7 @@ makedepends=('android-environment' 'android-sdk-build-tools') conflicts=("android-$_pkgname-$_android_arch") replaces=("android-$_pkgname-$_android_arch") source=("https://www.openssl.org/source/${_pkgname}-${_ver}.tar.gz"{,.asc}) -sha256sums=('f6fb3079ad15076154eda9413fed42877d668e7069d9b87396d0804fdb3f4c90' +sha256sums=('1e3a91bc1f9dfce01af26026f856e064eab4c8ee0a8f457b5ae30b40b8b711f2' 'SKIP') validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491' '7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C') |