mirror of
https://github.com/archlinux/aur.git
synced 2026-01-30 11:04:05 +01:00
Update to 1.1.1d
This commit is contained in:
parent
cd4bbc4d66
commit
af74c6acec
2 changed files with 8 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = android-aarch64-openssl
|
||||
pkgdesc = The Open Source toolkit for Secure Sockets Layer and Transport Layer Security (Android, aarch64)
|
||||
pkgver = 1.1.1.c
|
||||
pkgrel = 2
|
||||
pkgver = 1.1.1.d
|
||||
pkgrel = 1
|
||||
url = https://www.openssl.org
|
||||
arch = any
|
||||
license = custom:BSD
|
||||
|
|
@ -15,11 +15,11 @@ pkgbase = android-aarch64-openssl
|
|||
options = !buildflags
|
||||
options = staticlibs
|
||||
options = !emptydirs
|
||||
source = https://www.openssl.org/source/openssl-1.1.1c.tar.gz
|
||||
source = https://www.openssl.org/source/openssl-1.1.1c.tar.gz.asc
|
||||
source = https://www.openssl.org/source/openssl-1.1.1d.tar.gz
|
||||
source = https://www.openssl.org/source/openssl-1.1.1d.tar.gz.asc
|
||||
validpgpkeys = 8657ABB260F056B1E5190839D9C4D26D0E604491
|
||||
validpgpkeys = 7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C
|
||||
sha256sums = f6fb3079ad15076154eda9413fed42877d668e7069d9b87396d0804fdb3f4c90
|
||||
sha256sums = 1e3a91bc1f9dfce01af26026f856e064eab4c8ee0a8f457b5ae30b40b8b711f2
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = android-aarch64-openssl
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -6,12 +6,12 @@ _android_arch=arm64-v8a
|
|||
_android_platform=22 # https://developer.android.com/about/dashboards/
|
||||
_android_platform_arch=arch-arm64
|
||||
_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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue