From b2abaf4fc181db18d52189e9e4fd663f3385e7fb Mon Sep 17 00:00:00 2001 From: Miquel Lionel Date: Fri, 8 Mar 2024 13:33:07 +0100 Subject: Bump honk to version 1.2.0 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 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" -- cgit v1.2.3-54-g00ecf