From 351d80cd675f6e8f65d1b03fd4cfd9fb751b3e5c Mon Sep 17 00:00:00 2001 From: Dominic Ricottone Date: Sun, 11 Sep 2022 13:43:57 -0500 Subject: [PATCH] todo.sr.ht version upgrade I pushed this upgrade through in the hope that it would fix https://todo.dominic-ricottone.com/~dricottone/huttese/4 . Unfortunately, it did not. Nonetheless, the package is upgraded. --- Makefile | 2 +- README.md | 6 +++++- pkgsrc/todo.sr.ht/APKBUILD | 6 +++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 67a2261..40f23a9 100644 --- a/Makefile +++ b/Makefile @@ -130,7 +130,7 @@ PY3_ZXCVBN=pkg/aarch64/py3-zxcvbn-4.4.28-r0.apk $(PY3_ZXCVBN): pkgsrc/py3-zxcvbn/APKBUILD podman run --rm --mount type=bind,src=/var/deploy/build/huttese-apk/pkg,target=/home/builder/packages/huttese-pkgsrc,Z builder py3-zxcvbn -TODO_SR_HT=pkg/aarch64/todo.sr.ht-0.72.8-r0.apk +TODO_SR_HT=pkg/aarch64/todo.sr.ht-0.72.9-r0.apk $(TODO_SR_HT): pkgsrc/todo.sr.ht/APKBUILD $(PY3_AIOSMTPD) $(PY3_SRHT) podman run --rm --mount type=bind,src=/var/deploy/build/huttese-apk/pkg,target=/home/builder/packages/huttese-pkgsrc,Z builder todo.sr.ht diff --git a/README.md b/README.md index 33450cc..c6d1a07 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # huttese-apk -A containerized build process for huttese APKs. +A containerized build process for [huttese](https://git.dominic-ricottone.com/~dricottone/huttese) APKs. The package source code (chiefly `APKBUILD` files) are found in `pkgsrc/`. @@ -10,6 +10,9 @@ Works for Dockerfiles, too; just mount the directory. The packaging keys are found in `keys/` after generating (i.e. `make keys`) +Bugs and features are tracked at [todo.dominic-ricottone.com/~dricottone/huttese](https://todo.dominic-ricottone.com/~dricottone/huttese). + + ## To Do The `make all` recipe does not order packages intelligently. @@ -17,6 +20,7 @@ There are interdependencies and as such the packages need to built in an order. The recipe should be updated to reflect this. In the meantime, run `make all` repeatedly until there is nothing to do. + ## License Derivative of Drew DeVault's sr.ht-apkbuilds. diff --git a/pkgsrc/todo.sr.ht/APKBUILD b/pkgsrc/todo.sr.ht/APKBUILD index 24c89ac..7888f97 100644 --- a/pkgsrc/todo.sr.ht/APKBUILD +++ b/pkgsrc/todo.sr.ht/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Drew DeVault pkgname=todo.sr.ht -pkgver=0.72.8 +pkgver=0.72.9 pkgrel=0 pkgdesc="sr.ht ticket tracking service" url="https://git.sr.ht/~sircmpwn/todo.sr.ht" @@ -68,8 +68,8 @@ _nginx() { } sha512sums=" -982aa32a7e429bb2c5321c6b96c93ddca9f366c93f770f50ea0368bff6ff65a8e00603c884f53a3c047c93623cd454681551035c9f0d0865ca4d96b289cf5500 todo.sr.ht-0.72.8.tar.gz -6a1be43d5e3caa98ebcfc9546cb46a9abf4691a6a772c24ba8872b54c3dca6c65f2615443be74d59f262d0be3b0972a326f659fd860f6fc73e48b08b07283f20 sr.ht-nginx-0.72.8.tar.gz +6509b7e271ad13b3836f2c9c9ed55c8f133fd2cac6345631d79223a48ffd50f2053bdbbe2020bb583f693cd423900fe4bb30a56a28bade1f4e54b1593ad194c0 todo.sr.ht-0.72.9.tar.gz +6a1be43d5e3caa98ebcfc9546cb46a9abf4691a6a772c24ba8872b54c3dca6c65f2615443be74d59f262d0be3b0972a326f659fd860f6fc73e48b08b07283f20 sr.ht-nginx-0.72.9.tar.gz 946a15e8a723dea178edc451b461f756761a9429fd434820df1955225a9fe73c7aefb838ec32bb9f3a3f7b80a5921641540cdf5fcde3fff272420ea1abe3970e todo.sr.ht.initd a71116bd25e0c6e8e3e14e4dadb653e6360e2b468bd415439559b56ffc18724efa9bcb593181d8f0fe0cbccf96f3196a452659bb4375e687faf0b09a48ef5557 todo.sr.ht.confd c4ac342b5fa506c1323d9c55f36b800e16cb9afdecc32f94bf7261c8fa2710db839b84137d24f3e43ac28e036cf21f63c381a650661e722e416c61a6cf44c938 todo.sr.ht-lmtp.initd -- 2.45.2