summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2021-04-16 19:56:49 +0100
committerMiquel Lionel <lionel@les-miquelots.net>2021-04-16 19:56:49 +0100
commit8e69d469111d67ec8ad055a257eff81ac2bfe46e (patch)
tree6e0b4c8249a88b520750ecc67075c95748ef8a9d
parent28d6f95e78054862eca689ff1bf2bef9e6dcfb3c (diff)
downloadhonk_aur-8e69d469111d67ec8ad055a257eff81ac2bfe46e.tar.gz
honk_aur-8e69d469111d67ec8ad055a257eff81ac2bfe46e.zip
bump version to 0.9.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--honk.changelog16
3 files changed, 23 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11ac4ce..ce5e95e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = honk
pkgdesc = ActivityPub compatible server with web frontend.
- pkgver = 0.9.5
- pkgrel = 2
+ pkgver = 0.9.6
+ pkgrel = 3
epoch = 0
url = https://humungus.tedunangst.com/r/honk
install = honk.install
@@ -16,8 +16,8 @@ pkgbase = honk
provides = honk
conflicts = honk
options = !strip
- source = honk-0.9.5.tar.gz::https://humungus.tedunangst.com/r/honk/d/honk-0.9.5.tgz
- sha512sums = f8360c06ce320d5bb386b069a8a22398dd7cb972243a27b9c077373108c755c3c496743f9d043675b54b7a63cde0b647fcb94c37470d8be15b46db1cd4a6196d
+ source = honk-0.9.6.tar.gz::https://humungus.tedunangst.com/r/honk/d/honk-0.9.6.tgz
+ sha512sums = d946be7796be2ef7dc565710351b0b27da947f4e65a2a8f52ec99624c66fb6fd5e21d3fa58fec691d944b4acfa6256b0ad1090f3f8f5191e6c3714f3eae99b29
pkgname = honk
diff --git a/PKGBUILD b/PKGBUILD
index 8045a37..06a342e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# https://aur.archlinux.org/packages/honk/
pkgname=honk
-pkgver=0.9.5
-pkgrel=2
+pkgver=0.9.6
+pkgrel=3
epoch=0
pkgdesc="ActivityPub compatible server with web frontend."
arch=("x86_64")
@@ -16,7 +16,7 @@ changelog="$pkgname.changelog"
provides=("${pkgname}")
conflicts=("${pkgname}")
source=("$pkgname-$pkgver.tar.gz::https://humungus.tedunangst.com/r/honk/d/$pkgname-$pkgver.tgz")
-sha512sums=("f8360c06ce320d5bb386b069a8a22398dd7cb972243a27b9c077373108c755c3c496743f9d043675b54b7a63cde0b647fcb94c37470d8be15b46db1cd4a6196d")
+sha512sums=("d946be7796be2ef7dc565710351b0b27da947f4e65a2a8f52ec99624c66fb6fd5e21d3fa58fec691d944b4acfa6256b0ad1090f3f8f5191e6c3714f3eae99b29")
#backup=("usr/share/webapps/honk/honk.db" "usr/share/webapps/honk/blob.db" "usr/share/webapps/honk/backup.db" "usr/share/webapps/honk/views/*")
options=(!strip)
install="$pkgname.install"
diff --git a/honk.changelog b/honk.changelog
index 81460b4..96862cf 100644
--- a/honk.changelog
+++ b/honk.changelog
@@ -1,5 +1,21 @@
changelog
+=== 0.9.6 Virile Vigorous and Potent
+
++ A bug, a fix, a bug fix, a fix bug.
+
++ Fix Update processing.
+
++ Better cookie rotation with weekly refresh.
+
++ A new follow button in a surprise location.
+
++ Fix mastodon import.
+
++ Filters work better with hashtags.
+
++ Fix hoot to work with Twitter's latest crap.
+
=== 0.9.5 Emergency Ejection
+ Fix honk init user creation.