summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2024-03-08 13:41:00 +0100
committerMiquel Lionel <lionel@les-miquelots.net>2024-03-08 13:41:00 +0100
commitf024d9dead63d65b9f73e09c7e976d019799271d (patch)
treef439413b21aaa2bd04ca6c372e799468e5313358
parent88336b60a3bc09fe7a1ee063bc14d11c0b3d8e6d (diff)
downloadhonk_aur-f024d9dead63d65b9f73e09c7e976d019799271d.tar.gz
honk_aur-f024d9dead63d65b9f73e09c7e976d019799271d.zip
Bump honk version to 1.2.2
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7b0c5d..f1d1285 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = honk
pkgdesc = ActivityPub compatible server with web frontend.
- pkgver = 1.2.1
+ pkgver = 1.2.2
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.1.tar::https://humungus.tedunangst.com/r/honk/d/honk-1.2.1.tgz
- sha512sums = 9cb6a4174e2fe13cb5e6625141be07cbf640e01cb366ed61d0d2e296bfa807eafbf363a3d13833b887a28da9a04c0614d9905377da720d0585080844b6848130
+ source = honk-1.2.2.tar::https://humungus.tedunangst.com/r/honk/d/honk-1.2.2.tgz
+ sha512sums = f93a4b036971289df68251df58e2d21743aec11b90244333108db288dd47db9cafa016f662aefe8ee15aaaa9bdd0a00f4bad8bed2a751d8e051639b24b1103db
pkgname = honk
diff --git a/PKGBUILD b/PKGBUILD
index 3f2cad1..381e2dd 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# https://aur.archlinux.org/packages/honk/
pkgname=honk
-pkgver=1.2.1
+pkgver=1.2.2
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=("9cb6a4174e2fe13cb5e6625141be07cbf640e01cb366ed61d0d2e296bfa807eafbf363a3d13833b887a28da9a04c0614d9905377da720d0585080844b6848130")
+sha512sums=("f93a4b036971289df68251df58e2d21743aec11b90244333108db288dd47db9cafa016f662aefe8ee15aaaa9bdd0a00f4bad8bed2a751d8e051639b24b1103db")
options=(strip docs zipman)
install="$pkgname.install"