libxdg-basedir: updated to version 1.2.3

This commit is contained in:
Matt Housh 2021-06-16 20:05:26 -05:00
parent 190f178504
commit 0c50d6186a
2 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF39erpamBDcpr1tvg2NviNDb+InvVF+p09T88niHb+rxUybAzL1/Xc4GELPLJjGC5e5naI6hnA1O8twfGuacPhwA=
SHA256 (Pkgfile) = 06e59626c0a1639397c632015840ef53d3dfc6468859d94dab213615c7b949a0
RWSagIOpLGJF38ID+HZfBBMKtt8X6Ok5O/Ci9mKqd9+YSiKsw7b7y+W0hw0uQYLoVbpFPQCLGIXdk3O1mNQNl/50QAG4HbrSRgU=
SHA256 (Pkgfile) = e45de6a79de6cfa6e6839f2fb7622f18d75ee3b49e898a3657937611339dd81f
SHA256 (.footprint) = 9bebe11b48966f10b1311b9995a2ae64722ce578ae1f2689d67876030a5229d7
SHA256 (libxdg-basedir-1.2.2.tar.gz) = ea6c7b332db0f7fabd7f5baef4be56b8ef33804e05d36acbac4c083c0130cb99
SHA256 (libxdg-basedir-1.2.3.tar.gz) = ff30c60161f7043df4dcc6e7cdea8e064e382aa06c73dcc3d1885c7d2c77451d

View File

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