A version is increased to 1.2.0.

This commit is contained in:
Alexander Andreev 2022-08-28 23:35:24 +04:00
parent 7e506ee982
commit bc800f0472
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ SYSDDIR_=${shell pkg-config systemd --variable=systemdsystemunitdir}
SYSDDIR=${SYSDDIR_:/%=%}
DESTDIR=/
LDFLAGS=-ldflags "-s -w -X main.version=1.1.2" -tags osusergo,netgo
LDFLAGS=-ldflags "-s -w -X main.version=1.2.0" -tags osusergo,netgo
all: ${TARGET}

View File

@ -1,6 +1,6 @@
# Maintainer: Alexander "Arav" Andreev <me@arav.top>
pkgname=justcaptcha
pkgver=1.1.2
pkgver=1.2.0
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.top/Arav/justcaptcha/archive/1.1.2.tar.gz')
source=('https://git.arav.top/Arav/justcaptcha/archive/1.2.0.tar.gz')
noextract=()
md5sums=('SKIP')