libxdg-basedir: updated to version 1.2.2

This commit is contained in:
Matt Housh 2021-02-27 15:18:16 -06:00
parent a25f2b3c06
commit 2f5e5493ae
2 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF37ug5yDEMl8YghHrW5wJtVRnakncUmKm96DPBtBkoiCfBOI+7/CAERq9mR4yjPCXEdKDCdHILp0FbKpukPvzAAQ=
SHA256 (Pkgfile) = 43539fb81217ad828009f3aa7f353fbb2a92d1049316d4635ce606e688e0bc9d
RWSagIOpLGJF39erpamBDcpr1tvg2NviNDb+InvVF+p09T88niHb+rxUybAzL1/Xc4GELPLJjGC5e5naI6hnA1O8twfGuacPhwA=
SHA256 (Pkgfile) = 06e59626c0a1639397c632015840ef53d3dfc6468859d94dab213615c7b949a0
SHA256 (.footprint) = 9bebe11b48966f10b1311b9995a2ae64722ce578ae1f2689d67876030a5229d7
SHA256 (libxdg-basedir-1.2.0.tar.gz) = 1c2b0032a539033313b5be2e48ddd0ae94c84faf21d93956d53562eef4614868
SHA256 (libxdg-basedir-1.2.2.tar.gz) = ea6c7b332db0f7fabd7f5baef4be56b8ef33804e05d36acbac4c083c0130cb99

View File

@ -1,14 +1,14 @@
# Description: An implementation of the XDG Base Directory specifications
# URL: https://github.com/devnev/libxdg-basedir
# URL: https://github.com/davmac314/libxdg-basedir
# Maintainer: Matt Housh, jaeger at crux dot ninja
name=libxdg-basedir
version=1.2.0
version=1.2.2
release=1
source=(https://github.com/devnev/$name/archive/$name-$version/$name-$version.tar.gz)
source=(https://github.com/davmac314/$name/archive/v$version/$name-$version.tar.gz)
build() {
cd $name-$name-$version
cd $name-$version
NOCONFIGURE=1 ./autogen.sh
./configure --prefix=/usr
make