Version updated to 2.0.1. No drastic changes were made. Internal cleaning. Hope it is ready to be correctly used as a library.

This commit is contained in:
Alexander Andreev 2023-01-08 18:36:39 +04:00
parent ee93284cdc
commit 9bb80f1f6c
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,4 +1,4 @@
justcaptcha ver. 2.0.0
justcaptcha ver. 2.0.1
======================
A simple CAPTCHA service implementation.

View File

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