This commit is contained in:
Ella-0 2021-02-03 13:03:56 +00:00
commit 2e06ba4be0
2 changed files with 44 additions and 2 deletions

View file

@ -1,11 +1,11 @@
pkgver=7.74.0
pkgver=7.75.0
pkgname=curl
pkgrel=1
bad=""
ext="doc:dev"
fetch() {
curl -L "https://github.com/curl/curl/releases/download/curl-7_74_0/curl-7.74.0.tar.xz" -o $pkgname-$pkgver.tar.gz
curl -L "https://github.com/curl/curl/releases/download/curl-7_75_0/curl-7.75.0.tar.xz" -o $pkgname-$pkgver.tar.gz
tar -xf $pkgname-$pkgver.tar.gz
}