summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2024-03-08 13:33:07 +0100
committerMiquel Lionel <lionel@les-miquelots.net>2024-03-08 13:33:07 +0100
commitb2abaf4fc181db18d52189e9e4fd663f3385e7fb (patch)
tree854392488ed5604d1c8ae098595338894c95cab9
parentb2047741b7dd4c25f80f0b27070dfda64911b96e (diff)
downloadhonk_aur-b2abaf4fc181db18d52189e9e4fd663f3385e7fb.tar.gz
honk_aur-b2abaf4fc181db18d52189e9e4fd663f3385e7fb.zip
Bump honk to version 1.2.0
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36ff064..5a5bf7c 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = honk
pkgdesc = ActivityPub compatible server with web frontend.
- pkgver = 1.1.1
+ pkgver = 1.2.0
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.1.1.tar::https://humungus.tedunangst.com/r/honk/d/honk-1.1.1.tgz
- sha512sums = e86ad585dda730a145698e292ee12505a13a61741d7bbfac5c28148d8b24d18b9b2def455169fd5bce57f0f90806c132e7983ffa4f919079b8a887bb71ecf4d7
+ source = honk-1.2.0.tar::https://humungus.tedunangst.com/r/honk/d/honk-1.2.0.tgz
+ sha512sums = 895cd73e156e6ed5c36a6c9991809cd4637243fbc4a88c2fafef970eef61fe8d0ec8371b63020e99fdfcf60569cca1055d1e2635875343a3ebd987287b306f3e
pkgname = honk
diff --git a/PKGBUILD b/PKGBUILD
index bf09fba..c6e199c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# https://aur.archlinux.org/packages/honk/
pkgname=honk
-pkgver=1.1.1
+pkgver=1.2.0
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=("e86ad585dda730a145698e292ee12505a13a61741d7bbfac5c28148d8b24d18b9b2def455169fd5bce57f0f90806c132e7983ffa4f919079b8a887bb71ecf4d7")
+sha512sums=("895cd73e156e6ed5c36a6c9991809cd4637243fbc4a88c2fafef970eef61fe8d0ec8371b63020e99fdfcf60569cca1055d1e2635875343a3ebd987287b306f3e")
options=(strip docs zipman)
install="$pkgname.install"