libressl: update to 3.3.2
This commit is contained in:
parent
3e1b97ea71
commit
56b065f63e
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
pkgver=3.3.1
|
pkgver=3.3.2
|
||||||
pkgname=libressl
|
pkgname=libressl
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
bad=""
|
bad=""
|
||||||
ext="doc:dev"
|
ext="doc:dev"
|
||||||
|
|
||||||
fetch() {
|
fetch() {
|
||||||
curl -L "https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.3.1.tar.gz" -o $pkgname-$pkgver.tar.gz
|
curl -L "https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-$pkgver.tar.gz" -o $pkgname-$pkgver.tar.gz
|
||||||
tar -xf $pkgname-$pkgver.tar.gz
|
tar -xf $pkgname-$pkgver.tar.gz
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue