pkgconf: update ver

This commit is contained in:
Ella-0 2021-06-20 15:16:56 +01:00
parent fb250befe8
commit f75567a365

View file

@ -1,10 +1,10 @@
pkgver=1.1.0
pkgver=1.7.4
pkgname=pkgconf
bad=""
ext="doc"
fetch() {
curl https://distfiles.dereferenced.org/pkgconf/pkgconf-1.1.0.tar.xz -o $pkgname-$pkgver.tar.xz
curl https://distfiles.dereferenced.org/pkgconf/pkgconf-$pkgver.tar.xz -o $pkgname-$pkgver.tar.xz
tar -xf $pkgname-$pkgver.tar.xz
}