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