diff options
author | Miquel Lionel <lionel@les-miquelots.net> | 2024-03-08 13:36:46 +0100 |
---|---|---|
committer | Miquel Lionel <lionel@les-miquelots.net> | 2024-03-08 13:36:46 +0100 |
commit | 88336b60a3bc09fe7a1ee063bc14d11c0b3d8e6d (patch) | |
tree | 2d24cd5f98554e989a9d5575de557298bbba23ce | |
parent | b2abaf4fc181db18d52189e9e4fd663f3385e7fb (diff) | |
download | honk_aur-88336b60a3bc09fe7a1ee063bc14d11c0b3d8e6d.tar.gz honk_aur-88336b60a3bc09fe7a1ee063bc14d11c0b3d8e6d.zip |
Bump honk version 1.2.1
-rwxr-xr-x | .SRCINFO | 6 | ||||
-rwxr-xr-x | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = honk pkgdesc = ActivityPub compatible server with web frontend. - pkgver = 1.2.0 + pkgver = 1.2.1 pkgrel = 13 epoch = 0 url = https://humungus.tedunangst.com/r/honk @@ -19,7 +19,7 @@ pkgbase = honk options = strip options = docs options = zipman - source = honk-1.2.0.tar::https://humungus.tedunangst.com/r/honk/d/honk-1.2.0.tgz - sha512sums = 895cd73e156e6ed5c36a6c9991809cd4637243fbc4a88c2fafef970eef61fe8d0ec8371b63020e99fdfcf60569cca1055d1e2635875343a3ebd987287b306f3e + source = honk-1.2.1.tar::https://humungus.tedunangst.com/r/honk/d/honk-1.2.1.tgz + sha512sums = 9cb6a4174e2fe13cb5e6625141be07cbf640e01cb366ed61d0d2e296bfa807eafbf363a3d13833b887a28da9a04c0614d9905377da720d0585080844b6848130 pkgname = honk @@ -2,7 +2,7 @@ # https://aur.archlinux.org/packages/honk/ pkgname=honk -pkgver=1.2.0 +pkgver=1.2.1 pkgrel=13 epoch=0 pkgdesc="ActivityPub compatible server with web frontend." @@ -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=("895cd73e156e6ed5c36a6c9991809cd4637243fbc4a88c2fafef970eef61fe8d0ec8371b63020e99fdfcf60569cca1055d1e2635875343a3ebd987287b306f3e") +sha512sums=("9cb6a4174e2fe13cb5e6625141be07cbf640e01cb366ed61d0d2e296bfa807eafbf363a3d13833b887a28da9a04c0614d9905377da720d0585080844b6848130") options=(strip docs zipman) install="$pkgname.install" |