From bdf778cc67da8ec2c9f546c2e50e8ecd541400cb Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Mon, 13 Mar 2023 01:54:55 +0400 Subject: [PATCH] Version up to 23.10.1. --- Makefile | 2 +- build/archlinux/PKGBUILD | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 35b067b..a553e2e 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.10.0" -tags osusergo,netgo +LDFLAGS=-ldflags "-s -w -X main.version=23.10.1" -tags osusergo,netgo all: ${TARGET} diff --git a/build/archlinux/PKGBUILD b/build/archlinux/PKGBUILD index 7a4012d..623f7e8 100644 --- a/build/archlinux/PKGBUILD +++ b/build/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Alexander "Arav" Andreev pkgname=dwelling-radio -pkgver=23.10.0 +pkgver=23.10.1 pkgrel=1 pkgdesc="Arav's dwelling / Radio" arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64') @@ -18,7 +18,7 @@ replaces=() backup=('etc/dwelling/radio.yaml' 'etc/dwelling/radio.vars.liq') options=() install= -source=('https://git.arav.su/Arav/dwelling-radio/archive/23.10.0.tar.gz') +source=('https://git.arav.su/Arav/dwelling-radio/archive/23.10.1.tar.gz') noextract=() md5sums=('SKIP')