diff options
author | Cem Keylan <cem@ckyln.com> | 2024-06-06 16:33:17 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2024-06-06 16:33:17 +0200 |
commit | 4a01cb2e683bd11021a42177260f183f42c15ae9 (patch) | |
tree | 12c50cb559a830f53eb4a369e55e44bbc71dd93b /extra/catgirl | |
parent | 7b6cb613af93ee66f112e75fb2aba61d0a8916d6 (diff) | |
download | repository-4a01cb2e683bd11021a42177260f183f42c15ae9.tar.gz |
catgirl: bump to 2.2a
Diffstat (limited to 'extra/catgirl')
-rwxr-xr-x | extra/catgirl/build | 1 | ||||
-rw-r--r-- | extra/catgirl/checksums | 2 | ||||
-rw-r--r-- | extra/catgirl/sources | 2 | ||||
-rw-r--r-- | extra/catgirl/version | 2 |
4 files changed, 4 insertions, 3 deletions
diff --git a/extra/catgirl/build b/extra/catgirl/build index f04e8ea4..3a3e777c 100755 --- a/extra/catgirl/build +++ b/extra/catgirl/build @@ -1,6 +1,7 @@ #!/bin/sh -e export LDFLAGS="$LDFLAGS -static" +export PKG_CONFIG="pkgconf --static" ./configure \ --prefix=/usr \ diff --git a/extra/catgirl/checksums b/extra/catgirl/checksums index 0b394533..fa6799bc 100644 --- a/extra/catgirl/checksums +++ b/extra/catgirl/checksums @@ -1,2 +1,2 @@ %BLAKE3 -cc5125c19f165d98284f1abbb6f77bbcc9331c5c16bacc5982c791cb78be9315 catgirl-2.2.tar.gz +fc5dc04c584d620346e96f376df1f467d374668283364173e5a3d256c2527615 catgirl-2.2a.tar.gz diff --git a/extra/catgirl/sources b/extra/catgirl/sources index a4acfcd7..2a240d8b 100644 --- a/extra/catgirl/sources +++ b/extra/catgirl/sources @@ -1 +1 @@ -https://git.causal.agency/catgirl/snapshot/catgirl-2.2.tar.gz +https://git.causal.agency/catgirl/snapshot/catgirl-2.2a.tar.gz diff --git a/extra/catgirl/version b/extra/catgirl/version index a49f7ed9..69604d98 100644 --- a/extra/catgirl/version +++ b/extra/catgirl/version @@ -1 +1 @@ -2.2 1 +2.2a 1 |