1
0

Changed version to 23.10.0.

This commit is contained in:
Alexander Andreev 2023-03-12 02:37:48 +04:00
parent db02047268
commit 028708e5aa
Signed by: Arav
GPG Key ID: D22A817D95815393
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ SYSDDIR_=${shell pkg-config systemd --variable=systemdsystemunitdir}
SYSDDIR=${SYSDDIR_:/%=%}
DESTDIR=/
LDFLAGS=-ldflags "-s -w -X main.version=23.8.1" -tags osusergo,netgo
LDFLAGS=-ldflags "-s -w -X main.version=23.10.0" -tags osusergo,netgo
all: ${TARGET}

View File

@ -1,6 +1,6 @@
# Maintainer: Alexander "Arav" Andreev <me@arav.su>
pkgname=dwelling-radio
pkgver=23.8.1
pkgver=23.10.0
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.8.1.tar.gz')
source=('https://git.arav.su/Arav/dwelling-radio/archive/23.10.0.tar.gz')
noextract=()
md5sums=('SKIP')