Version was up to 2.0.2.
This commit is contained in:
parent
7c513f9f24
commit
e8129849c8
2
Makefile
2
Makefile
@ -6,7 +6,7 @@ SYSDDIR_=${shell pkg-config systemd --variable=systemdsystemunitdir}
|
||||
SYSDDIR=${SYSDDIR_:/%=%}
|
||||
DESTDIR=/
|
||||
|
||||
LDFLAGS=-ldflags "-s -w -X main.version=2.0.1" -tags osusergo,netgo
|
||||
LDFLAGS=-ldflags "-s -w -X main.version=2.0.2" -tags osusergo,netgo
|
||||
|
||||
all: ${TARGET}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
justcaptcha ver. 2.0.1
|
||||
justcaptcha ver. 2.0.2
|
||||
======================
|
||||
|
||||
A simple CAPTCHA service implementation.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Maintainer: Alexander "Arav" Andreev <me@arav.su>
|
||||
pkgname=justcaptcha
|
||||
pkgver=2.0.1
|
||||
pkgver=2.0.2
|
||||
pkgrel=1
|
||||
pkgdesc="Just a CAPTCHA service"
|
||||
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
|
||||
@ -15,7 +15,7 @@ replaces=()
|
||||
backup=()
|
||||
options=()
|
||||
install=
|
||||
source=('https://git.arav.su/Arav/justcaptcha/archive/2.0.1.tar.gz')
|
||||
source=('https://git.arav.su/Arav/justcaptcha/archive/2.0.2.tar.gz')
|
||||
noextract=()
|
||||
md5sums=('SKIP')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user