1
0

Version up to 23.8.1.

This commit is contained in:
Alexander Andreev 2023-02-25 14:53:54 +04:00
parent 9a27077d55
commit 970fd2bb6a
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
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.0" -tags osusergo,netgo
LDFLAGS=-ldflags "-s -w -X main.version=23.8.1" -tags osusergo,netgo
all: ${TARGET}

View File

@ -1,6 +1,6 @@
# Maintainer: Alexander "Arav" Andreev <me@arav.su>
pkgname=dwelling-radio
pkgver=23.8.0
pkgver=23.8.1
pkgrel=1
pkgdesc="Arav's dwelling / Radio"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
@ -15,7 +15,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.0.tar.gz')
source=('https://git.arav.su/Arav/dwelling-radio/archive/23.8.1.tar.gz')
noextract=()
md5sums=('SKIP')