mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Release version 2.0
This commit is contained in:
parent
13eca08079
commit
736278f839
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.2
|
||||
pkgver = 2.0
|
||||
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.2/shapow-src-1.2.tar.xz
|
||||
sha256sums = a50374b08be802dc4a4c4fed70c4dedc113ba88d8f5ff150541395b27668205a
|
||||
source = https://files.zajc.tel/public/builds/shapow/2.0/shapow-src-2.0.tar.xz
|
||||
sha256sums = f5c8cf91c7e3161aa5cdafb0e87c51e291b9d6f0f4ae153b893a7884c2d95b53
|
||||
|
||||
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.2
|
||||
pkgver=2.0
|
||||
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-src-$pkgver.tar.xz)
|
||||
sha256sums=('a50374b08be802dc4a4c4fed70c4dedc113ba88d8f5ff150541395b27668205a')
|
||||
sha256sums=('f5c8cf91c7e3161aa5cdafb0e87c51e291b9d6f0f4ae153b893a7884c2d95b53')
|
||||
backup=('etc/nginx/modules.d/19-shapow.conf')
|
||||
|
||||
prepare() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue