summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2024-09-27 20:17:55 +0200
committerMiquel Lionel <lionel@les-miquelots.net>2024-09-27 20:17:55 +0200
commitfb72e992ddae7ef97d9ab873b44000991f4b8557 (patch)
tree90dd4c9016ec223ef0ed9a895513e53f260879e3
parent9aab5b8ad95714232d30fb3cae87e48e8699e175 (diff)
downloadhonk_aur-fb72e992ddae7ef97d9ab873b44000991f4b8557.tar.gz
honk_aur-fb72e992ddae7ef97d9ab873b44000991f4b8557.zip
bump honk to version 1.4.0HEADmaster
-rwxr-xr-x.SRCINFO12
-rwxr-xr-xPKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fcfde49..fd9d633 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = honk
pkgdesc = ActivityPub compatible server with web frontend.
- pkgver = 1.3.1
- pkgrel = 13
+ pkgver = 1.4.0
+ pkgrel = 14
epoch = 0
url = https://humungus.tedunangst.com/r/honk
install = honk.install
changelog = honk.changelog
arch = x86_64
license = custom:ISC
- makedepends = go>=1.16
+ makedepends = go>=1.20
makedepends = sqlite
- depends = go>=1.16
+ depends = go>=1.20
depends = sqlite
optdepends = nginx: for TLS and reverse proxying.
provides = honk
@@ -19,7 +19,7 @@ pkgbase = honk
options = strip
options = docs
options = zipman
- source = honk-1.3.1.tar::https://humungus.tedunangst.com/r/honk/d/honk-1.3.1.tgz
- sha512sums = 4af94320ea53320b0bc498a5e9d0ec66c59a0d9e0cb780be0bebab059e5a290feffe1bb524af169f6e381cc71c85ff0d84f971a6e890d3d05c65db60cce0ad26
+ source = honk-1.4.0.tar::https://humungus.tedunangst.com/r/honk/d/honk-1.4.0.tgz
+ sha512sums = 8ae8e573207b94c7355c7314ecf136b858b1294920654270935d32c2f3dade9c1bbe63e3498297c4d9bcfb0b18fcbc3111544299aab809ba62c14d92d3ca7487
pkgname = honk
diff --git a/PKGBUILD b/PKGBUILD
index efc8fd1..1222d9d 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,21 +2,21 @@
# https://aur.archlinux.org/packages/honk/
pkgname=honk
-pkgver=1.3.1
-pkgrel=13
+pkgver=1.4.0
+pkgrel=14
epoch=0
pkgdesc="ActivityPub compatible server with web frontend."
arch=("x86_64")
url="https://humungus.tedunangst.com/r/honk"
license=("custom:ISC")
-makedepends=("go>=1.16" "sqlite")
-depends=("go>=1.16" "sqlite")
+makedepends=("go>=1.20" "sqlite")
+depends=("go>=1.20" "sqlite")
optdepends=("nginx: for TLS and reverse proxying.")
changelog="$pkgname.changelog"
provides=("${pkgname}")
conflicts=("${pkgname}" 'honk-hg')
source=("$pkgname-$pkgver.tar::https://humungus.tedunangst.com/r/honk/d/$pkgname-$pkgver.tgz")
-sha512sums=("4af94320ea53320b0bc498a5e9d0ec66c59a0d9e0cb780be0bebab059e5a290feffe1bb524af169f6e381cc71c85ff0d84f971a6e890d3d05c65db60cce0ad26")
+sha512sums=("8ae8e573207b94c7355c7314ecf136b858b1294920654270935d32c2f3dade9c1bbe63e3498297c4d9bcfb0b18fcbc3111544299aab809ba62c14d92d3ca7487")
options=(strip docs zipman)
install="$pkgname.install"