diff --git a/Makefile b/Makefile index aaa9b9c..ff3de82 100755 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ SYSDDIR_=${shell pkg-config systemd --variable=systemdsystemunitdir} SYSDDIR=${SYSDDIR_:/%=%} DESTDIR=/ -VERSION=23.21.1 +VERSION=23.21.2 LDFLAGS=-ldflags "-s -w -X main.version=${VERSION}" -tags osusergo,netgo diff --git a/build/archlinux/PKGBUILD b/build/archlinux/PKGBUILD index ace4c8b..e1e8c52 100644 --- a/build/archlinux/PKGBUILD +++ b/build/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Alexander "Arav" Andreev pkgname=dwelling-upload -pkgver=23.21.1 +pkgver=23.21.2 pkgrel=1 pkgdesc="Arav's Dwelling / Upload" arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')