diff options
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 | ||||
-rw-r--r-- | honk.changelog | 16 |
3 files changed, 23 insertions, 7 deletions
@@ -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 @@ -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. |