From fa47cfa20ec852fcc9313de73045128d82f807ac Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Thu, 20 Oct 2022 22:48:20 +0400 Subject: [PATCH] Updated version to 2.0.0. --- Makefile | 2 +- build/archlinux/PKGBUILD | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ec385f6..97263b0 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.2.0" -tags osusergo,netgo +LDFLAGS=-ldflags "-s -w -X main.version=2.0.0" -tags osusergo,netgo all: ${TARGET} diff --git a/build/archlinux/PKGBUILD b/build/archlinux/PKGBUILD index 94e958e..72eb8d1 100644 --- a/build/archlinux/PKGBUILD +++ b/build/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Alexander "Arav" Andreev pkgname=justcaptcha -pkgver=1.2.0 +pkgver=2.0.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.2.0.tar.gz') +source=('https://git.arav.top/Arav/justcaptcha/archive/2.0.0.tar.gz') noextract=() md5sums=('SKIP')