Version was increased to 22.35.1.
This commit is contained in:
parent
3e39839df3
commit
025bc6509c
2
Makefile
2
Makefile
@ -4,7 +4,7 @@ SYSDDIR_=${shell pkg-config systemd --variable=systemdsystemunitdir}
|
|||||||
SYSDDIR=${SYSDDIR_:/%=%}
|
SYSDDIR=${SYSDDIR_:/%=%}
|
||||||
DESTDIR=/
|
DESTDIR=/
|
||||||
|
|
||||||
LDFLAGS=-ldflags "-s -w -X main.version=22.35.0" -tags osusergo,netgo
|
LDFLAGS=-ldflags "-s -w -X main.version=22.35.1" -tags osusergo,netgo
|
||||||
|
|
||||||
all: ${TARGET}
|
all: ${TARGET}
|
||||||
|
|
||||||
|
@ -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=22.35.0
|
pkgver=22.35.1
|
||||||
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/22.35.0.tar.gz')
|
source=('https://git.arav.top/Arav/dwelling-radio/archive/22.35.1.tar.gz')
|
||||||
noextract=()
|
noextract=()
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user