1
0

Version up to 23.7.0.

This commit is contained in:
Alexander Andreev 2023-02-19 20:21:39 +04:00
parent 44080a8a66
commit 4c74b45c58
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_:/%=%} SYSDDIR=${SYSDDIR_:/%=%}
DESTDIR=/ DESTDIR=/
LDFLAGS=-ldflags "-s -w -X main.version=23.6.0" -tags osusergo,netgo LDFLAGS=-ldflags "-s -w -X main.version=23.7.0" -tags osusergo,netgo
all: ${TARGET} all: ${TARGET}

View File

@ -1,6 +1,6 @@
# Maintainer: Alexander "Arav" Andreev <me@arav.top> # Maintainer: Alexander "Arav" Andreev <me@arav.top>
pkgname=dwelling-radio pkgname=dwelling-radio
pkgver=23.6.0 pkgver=23.7.0
pkgrel=1 pkgrel=1
pkgdesc="Arav's dwelling / Radio" pkgdesc="Arav's dwelling / Radio"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64') arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
@ -15,7 +15,7 @@ replaces=()
backup=('etc/dwelling/radio.yaml' 'etc/dwelling/radio.vars.liq') backup=('etc/dwelling/radio.yaml' 'etc/dwelling/radio.vars.liq')
options=() options=()
install= install=
source=('https://git.arav.top/Arav/dwelling-radio/archive/23.6.0.tar.gz') source=('https://git.arav.top/Arav/dwelling-radio/archive/23.7.0.tar.gz')
noextract=() noextract=()
md5sums=('SKIP') md5sums=('SKIP')