From 9bb80f1f6cfcf28829cadfda03709bbd39829bda Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sun, 8 Jan 2023 18:36:39 +0400 Subject: [PATCH] Version updated to 2.0.1. No drastic changes were made. Internal cleaning. Hope it is ready to be correctly used as a library. --- Makefile | 2 +- README.md | 2 +- build/archlinux/PKGBUILD | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 74fc47f..dfa49fd 100755 --- a/Makefile +++ b/Makefile @@ -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} diff --git a/README.md b/README.md index fbabc68..c3d7438 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -justcaptcha ver. 2.0.0 +justcaptcha ver. 2.0.1 ====================== A simple CAPTCHA service implementation. diff --git a/build/archlinux/PKGBUILD b/build/archlinux/PKGBUILD index 72eb8d1..f37dc5e 100644 --- a/build/archlinux/PKGBUILD +++ b/build/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Alexander "Arav" Andreev 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')