mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
main/gnutls: upgrade to 3.6.2
This commit is contained in:
parent
0a8287b600
commit
3f2b59e548
@ -2,7 +2,7 @@
|
||||
# Contributor: Michael Mason <ms13sp@gmail.com>
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=gnutls
|
||||
pkgver=3.6.1
|
||||
pkgver=3.6.2
|
||||
pkgrel=0
|
||||
pkgdesc="A TLS protocol implementation"
|
||||
url="http://www.gnutls.org/"
|
||||
@ -15,7 +15,7 @@ _v=${pkgver%.*}
|
||||
case $pkgver in
|
||||
*.*.*.*) _v=${_v%.*};;
|
||||
esac
|
||||
source="ftp://ftp.gnutls.org/gcrypt/gnutls/v${_v}/$pkgname-$pkgver.tar.xz
|
||||
source="https://www.gnupg.org/ftp/gcrypt/gnutls/v${_v}/gnutls-$pkgver.tar.xz
|
||||
tests-date-compat.patch"
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
@ -65,5 +65,5 @@ xx() {
|
||||
mv "$pkgdir"/usr/lib/lib*xx.so.* "$subpkgdir"/usr/lib/
|
||||
}
|
||||
|
||||
sha512sums="1f2bd3203ea96844c531be700b44623b79f46743143edf97011aab07895ca18d62f1659c7fafc5e1c4b0686fde490836f00358bdd60d6ac0b842526db002da23 gnutls-3.6.1.tar.xz
|
||||
sha512sums="6a574d355226bdff6198ab3f70633ff2a3cff4b5d06793bdaf19d007063bd4dd515d1bd3f331a9eb1a9ad01f83007801cfa55e5fd16c1cd3461ac33d1813fb06 gnutls-3.6.2.tar.xz
|
||||
14b1be86a0180c914aaaada261ccf01914d48df9510b57572e4f32683d1dd984a907ecf2c848cc4773b1c139059de26383a2c617f509f8c75b985668a23fd28d tests-date-compat.patch"
|
||||
|
Loading…
Reference in New Issue
Block a user