diff options
author | Miquel Lionel <lionel@les-miquelots.net> | 2023-09-26 23:37:21 +0200 |
---|---|---|
committer | Miquel Lionel <lionel@les-miquelots.net> | 2023-09-26 23:37:21 +0200 |
commit | b2047741b7dd4c25f80f0b27070dfda64911b96e (patch) | |
tree | 10b5ba5390278bbe44cd725c936d8d17719a948a | |
parent | 2af695775639c4c46963f40129e1d9b1c5797937 (diff) | |
download | honk_aur-b2047741b7dd4c25f80f0b27070dfda64911b96e.tar.gz honk_aur-b2047741b7dd4c25f80f0b27070dfda64911b96e.zip |
bump honk to version 1.1.1
-rwxr-xr-x | .SRCINFO | 8 | ||||
-rwxr-xr-x | PKGBUILD | 6 | ||||
-rwxr-xr-x | honk.changelog | 5 |
3 files changed, 11 insertions, 8 deletions
@@ -1,7 +1,7 @@ pkgbase = honk pkgdesc = ActivityPub compatible server with web frontend. - pkgver = 1.1.0 - pkgrel = 12 + pkgver = 1.1.1 + pkgrel = 13 epoch = 0 url = https://humungus.tedunangst.com/r/honk install = honk.install @@ -19,7 +19,7 @@ pkgbase = honk options = strip options = docs options = zipman - source = honk-1.1.0.tar::https://humungus.tedunangst.com/r/honk/d/honk-1.1.0.tgz - sha512sums = df2e2967ed52c92ebad8065e1d3c40e8e2a2bd997335df198686afaeca32b67d1a46d0cea4f9504e9fa7535794d35275fdcb0e5de6c74bd2fa8f088f1397d013 + source = honk-1.1.1.tar::https://humungus.tedunangst.com/r/honk/d/honk-1.1.1.tgz + sha512sums = e86ad585dda730a145698e292ee12505a13a61741d7bbfac5c28148d8b24d18b9b2def455169fd5bce57f0f90806c132e7983ffa4f919079b8a887bb71ecf4d7 pkgname = honk @@ -2,8 +2,8 @@ # https://aur.archlinux.org/packages/honk/ pkgname=honk -pkgver=1.1.0 -pkgrel=12 +pkgver=1.1.1 +pkgrel=13 epoch=0 pkgdesc="ActivityPub compatible server with web frontend." arch=("x86_64") @@ -16,7 +16,7 @@ changelog="$pkgname.changelog" provides=("${pkgname}") conflicts=("${pkgname}" 'honk-hg') source=("$pkgname-$pkgver.tar::https://humungus.tedunangst.com/r/honk/d/$pkgname-$pkgver.tgz") -sha512sums=("df2e2967ed52c92ebad8065e1d3c40e8e2a2bd997335df198686afaeca32b67d1a46d0cea4f9504e9fa7535794d35275fdcb0e5de6c74bd2fa8f088f1397d013") +sha512sums=("e86ad585dda730a145698e292ee12505a13a61741d7bbfac5c28148d8b24d18b9b2def455169fd5bce57f0f90806c132e7983ffa4f919079b8a887bb71ecf4d7") options=(strip docs zipman) install="$pkgname.install" diff --git a/honk.changelog b/honk.changelog index 3bccb29..d7d745a 100755 --- a/honk.changelog +++ b/honk.changelog @@ -1,5 +1,9 @@ changelog +### 1.1.1 Required Refinement + ++ Fix help file stylesheet link. + ### 1.1.0 Eventual Enshittification + Fix backup command. @@ -462,4 +466,3 @@ Most records from this time of primitive development have been lost. ### 0.4.0 Fore Score ### 0.3.0 Valorous Varaha - |