From bc800f04727fd94ca9fd1e42c866de4a367f827e Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sun, 28 Aug 2022 23:35:24 +0400 Subject: [PATCH] A version is increased to 1.2.0. --- Makefile | 2 +- build/archlinux/PKGBUILD | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 9417e7c..ec385f6 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=1.1.2" -tags osusergo,netgo +LDFLAGS=-ldflags "-s -w -X main.version=1.2.0" -tags osusergo,netgo all: ${TARGET} diff --git a/build/archlinux/PKGBUILD b/build/archlinux/PKGBUILD index e7ee235..94e958e 100644 --- a/build/archlinux/PKGBUILD +++ b/build/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Alexander "Arav" Andreev 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')