From 01adbb882c9f8f46a85e8b0cb24bae61fa87f581 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sun, 5 Feb 2023 00:50:11 +0400 Subject: [PATCH] Updated version to 23.5.0. --- Makefile | 2 +- build/archlinux/PKGBUILD | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 8610dcf..9207757 100755 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SYSDDIR_=${shell pkg-config systemd --variable=systemdsystemunitdir} SYSDDIR=${SYSDDIR_:/%=%} DESTDIR=/ -LDFLAGS=-ldflags "-s -w -X main.version=23.3.0" -tags osusergo,netgo +LDFLAGS=-ldflags "-s -w -X main.version=23.5.0" -tags osusergo,netgo all: ${TARGET} diff --git a/build/archlinux/PKGBUILD b/build/archlinux/PKGBUILD index 7ffbdd8..445ff02 100644 --- a/build/archlinux/PKGBUILD +++ b/build/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Alexander "Arav" Andreev pkgname=dwelling-home -pkgver=23.3.0 +pkgver=23.5.0 pkgrel=1 pkgdesc="Arav's dwelling / Home" arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64') @@ -15,7 +15,7 @@ replaces=() backup=('etc/dwelling/home.yaml') options=() install= -source=('https://git.arav.top/Arav/dwelling-home/archive/23.3.0.tar.gz') +source=('https://git.arav.top/Arav/dwelling-home/archive/23.5.0.tar.gz') noextract=() md5sums=('SKIP')