mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/strongswan to 5.9.13-1
This commit is contained in:
parent
5c5680671e
commit
cb5f58366a
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = strongswan
|
||||
pkgdesc = Open source IPsec implementation
|
||||
pkgver = 5.9.12
|
||||
pkgver = 5.9.13
|
||||
pkgrel = 1
|
||||
url = https://www.strongswan.org
|
||||
arch = x86_64
|
||||
|
@ -102,11 +102,11 @@ pkgbase = strongswan
|
|||
backup = etc/strongswan.d/charon/unity.conf
|
||||
backup = etc/strongswan.d/charon/curve25519.conf
|
||||
backup = etc/strongswan.d/charon/bypass-lan.conf
|
||||
source = https://download.strongswan.org/strongswan-5.9.12.tar.bz2
|
||||
source = https://download.strongswan.org/strongswan-5.9.12.tar.bz2.sig
|
||||
source = https://download.strongswan.org/strongswan-5.9.13.tar.bz2
|
||||
source = https://download.strongswan.org/strongswan-5.9.13.tar.bz2.sig
|
||||
source = configure_ac.patch
|
||||
validpgpkeys = 948F158A4E76A27BF3D07532DF42C170B34DBA77
|
||||
sha512sums = f8a731329e9c0e4693fe7cf7195f687e6e48c1254cc93804385b23f6e23e27fb4a235e12d8f3e77960793b951a3a7213395c4179e8d2f3891221f13b0e032e38
|
||||
sha512sums = a929c1fb2a5e7d3064f6cd0be76703198406dad981f4b345311a004c18aa3c12adcb49eb33705fe4c3c31daf556cef5906d8753f5d9fbff5a27b732f93d8f19f
|
||||
sha512sums = SKIP
|
||||
sha512sums = 645f6e3c9df8634ac06cbafc314ad46ede45b5412140c20236d25187a7405a5a941f74c52ca3ee3cc3a8e97d7af88b22209cae854d6e99f0ad9c489db78026c4
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
# - remove --enable-aesni from configure
|
||||
|
||||
pkgname=strongswan
|
||||
pkgver=5.9.12
|
||||
pkgver=5.9.13
|
||||
pkgrel=1
|
||||
pkgdesc='Open source IPsec implementation'
|
||||
url='https://www.strongswan.org'
|
||||
|
@ -38,7 +38,7 @@ backup=(
|
|||
source=("https://download.strongswan.org/strongswan-${pkgver}.tar.bz2"{,.sig}
|
||||
'configure_ac.patch')
|
||||
validpgpkeys=("948F158A4E76A27BF3D07532DF42C170B34DBA77")
|
||||
sha512sums=('f8a731329e9c0e4693fe7cf7195f687e6e48c1254cc93804385b23f6e23e27fb4a235e12d8f3e77960793b951a3a7213395c4179e8d2f3891221f13b0e032e38'
|
||||
sha512sums=('a929c1fb2a5e7d3064f6cd0be76703198406dad981f4b345311a004c18aa3c12adcb49eb33705fe4c3c31daf556cef5906d8753f5d9fbff5a27b732f93d8f19f'
|
||||
'SKIP'
|
||||
'645f6e3c9df8634ac06cbafc314ad46ede45b5412140c20236d25187a7405a5a941f74c52ca3ee3cc3a8e97d7af88b22209cae854d6e99f0ad9c489db78026c4')
|
||||
|
||||
|
|
Loading…
Reference in a new issue