Release version 1.1

This commit is contained in:
Marko Zajc 2026-02-22 03:45:13 +01:00
parent 7c41b4ff21
commit defca93a08
No known key found for this signature in database
GPG key ID: D763FF6BE6F2A7AA
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = nginx-mod-shapow
pkgdesc = Nginx module to keep bots out with a proof-of-work challenge
pkgver = 1.0
pkgver = 1.1
pkgrel = 1
url = https://git.zajc.tel/shapow.git/about
arch = x86_64
@ -8,8 +8,8 @@ pkgbase = nginx-mod-shapow
makedepends = nginx
makedepends = nginx-src
backup = etc/nginx/modules.d/19-shapow.conf
source = https://files.zajc.tel/public/builds/shapow/1.0/shapow-1.0.tar.xz
sha256sums = 254014a367e953cbe455395c783be3f8a5c514f90c7a2a7d2bf0c794d025502b
source = https://files.zajc.tel/public/builds/shapow/1.1/shapow-1.1.tar.xz
sha256sums = 0572da3d6f81bf03c1a698667d78907c38b026c36fc1b1855d938a6b508628d8
pkgname = nginx-mod-shapow
depends = nginx

View file

@ -1,7 +1,7 @@
# Maintainer: Marko Zajc <marko at zajc period tel>
pkgname=nginx-mod-shapow
pkgver=1.0
pkgver=1.1
pkgrel=1
_modname="${pkgname#nginx-mod-}"
@ -13,7 +13,7 @@ url="https://git.zajc.tel/shapow.git/about"
license=('AGPL-3.0-only')
source=(https://files.zajc.tel/public/builds/$_modname/$pkgver/$_modname-$pkgver.tar.xz)
sha256sums=('254014a367e953cbe455395c783be3f8a5c514f90c7a2a7d2bf0c794d025502b')
sha256sums=('0572da3d6f81bf03c1a698667d78907c38b026c36fc1b1855d938a6b508628d8')
backup=('etc/nginx/modules.d/19-shapow.conf')
prepare() {