diff options
author | wiz <wiz@pkgsrc.org> | 2022-04-03 19:03:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-04-03 19:03:22 +0000 |
commit | 01166178b1a83968ab428bd65142eb0d2bb3a573 (patch) | |
tree | a10030146db6fab290e35022f8396a4cbc2b12d0 | |
parent | 0c2358fb0d4f44b010d440577757efebe6e08948 (diff) | |
download | pkgsrc-01166178b1a83968ab428bd65142eb0d2bb3a573.tar.gz |
appres: update to 1.0.6.
Alan Coopersmith (6):
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Use _CONST_X_STRING to make libXt declare String as const char *
Build xz tarballs instead of bzip2
gitlab CI: add a basic build test
appres 1.0.6
-rw-r--r-- | x11/appres/Makefile | 6 | ||||
-rw-r--r-- | x11/appres/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/x11/appres/Makefile b/x11/appres/Makefile index f503da888ec..b8fe16ca058 100644 --- a/x11/appres/Makefile +++ b/x11/appres/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2020/01/18 23:35:47 rillig Exp $ +# $NetBSD: Makefile,v 1.9 2022/04/03 19:03:22 wiz Exp $ -DISTNAME= appres-1.0.5 +DISTNAME= appres-1.0.6 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} -EXTRACT_SUFX= .tar.bz2 +EXTRACT_SUFX= .tar.xz MAINTAINER= joerg@NetBSD.org HOMEPAGE= https://xorg.freedesktop.org/ diff --git a/x11/appres/distinfo b/x11/appres/distinfo index 8446ab6ef18..cb9d379c208 100644 --- a/x11/appres/distinfo +++ b/x11/appres/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2021/10/26 11:33:43 nia Exp $ +$NetBSD: distinfo,v 1.9 2022/04/03 19:03:22 wiz Exp $ -BLAKE2s (appres-1.0.5.tar.bz2) = 321d0f3aabfc96f485f0f173a9fa78f69a75c5fb9e1b472b65f6d026501e96c0 -SHA512 (appres-1.0.5.tar.bz2) = 70825563cd80f0f433c48ab2fdae888072939c1b22fb22340b70b9444c97916275ed92c9e5bf9a06bb76c32a5371b89ff7c0211a9a47a227c88311078c2c4137 -Size (appres-1.0.5.tar.bz2) = 124531 bytes +BLAKE2s (appres-1.0.6.tar.xz) = 69b1df7a722bf43a6e483efd2eb53d3e41a13f67560a7dee62a1c714ad9c79f0 +SHA512 (appres-1.0.6.tar.xz) = 6d14f6a2ad5c83a4d42d4c51ec9a9f32652dfe7624881f1f41c0b1f4946904e7e5ca81a2fd9f4f4824488ce1bd2a4047f92320626bf33b0f1afc5e6b89d3e2b9 +Size (appres-1.0.6.tar.xz) = 118972 bytes |