summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2023-09-26 23:14:37 +0200
committerMiquel Lionel <lionel@les-miquelots.net>2023-09-26 23:14:37 +0200
commitd2baee7494462843969f8a035aebe85dca77bbd9 (patch)
tree9284f12c2781eb0842fa4493176cd5149d296db6 /PKGBUILD
parent91d07a83b2eed9207b775fe536b5686342a8dd49 (diff)
downloadhonk_aur-d2baee7494462843969f8a035aebe85dca77bbd9.tar.gz
honk_aur-d2baee7494462843969f8a035aebe85dca77bbd9.zip
bump honk version to 1.0.0
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d57d42d..d785a8e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# https://aur.archlinux.org/packages/honk/
pkgname=honk
-pkgver=0.9.91
-pkgrel=10
+pkgver=1.0.0
+pkgrel=11
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=("bad8a328d666943d6007f1fe856dc9bfdc6b625d50cebce551c27aeb03de159e106d63d73d567026116b8bd92ec906f1774bad5c7f175726f338c6c1537eb071")
+sha512sums=("124c5f5a932782c96b0597809af6c1e7142b77ac0a97ab98ac4168b38022817a119b3cf17b21584e5d8289a877a15d2e566b57a43150c6105eec637f8c326eb1")
options=(strip docs zipman)
install="$pkgname.install"