mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Release version 1.1
This commit is contained in:
parent
7c41b4ff21
commit
defca93a08
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue