From 9c72131dc873dc3d1abe762c2ef79bad10762dcc Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sun, 28 May 2023 04:23:32 +0400 Subject: [PATCH] Version patch part increased to 3. Nothing changed but a version of used httpr router. --- Makefile | 2 +- build/archlinux/PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ff3de82..0695166 100755 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ SYSDDIR_=${shell pkg-config systemd --variable=systemdsystemunitdir} SYSDDIR=${SYSDDIR_:/%=%} DESTDIR=/ -VERSION=23.21.2 +VERSION=23.21.3 LDFLAGS=-ldflags "-s -w -X main.version=${VERSION}" -tags osusergo,netgo diff --git a/build/archlinux/PKGBUILD b/build/archlinux/PKGBUILD index e1e8c52..87f2200 100644 --- a/build/archlinux/PKGBUILD +++ b/build/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Alexander "Arav" Andreev pkgname=dwelling-upload -pkgver=23.21.2 +pkgver=23.21.3 pkgrel=1 pkgdesc="Arav's Dwelling / Upload" arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')