Updated version to 23.5.0.
This commit is contained in:
parent
1702534072
commit
01adbb882c
2
Makefile
2
Makefile
@ -4,7 +4,7 @@ SYSDDIR_=${shell pkg-config systemd --variable=systemdsystemunitdir}
|
||||
SYSDDIR=${SYSDDIR_:/%=%}
|
||||
DESTDIR=/
|
||||
|
||||
LDFLAGS=-ldflags "-s -w -X main.version=23.3.0" -tags osusergo,netgo
|
||||
LDFLAGS=-ldflags "-s -w -X main.version=23.5.0" -tags osusergo,netgo
|
||||
|
||||
all: ${TARGET}
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Maintainer: Alexander "Arav" Andreev <me@arav.top>
|
||||
pkgname=dwelling-home
|
||||
pkgver=23.3.0
|
||||
pkgver=23.5.0
|
||||
pkgrel=1
|
||||
pkgdesc="Arav's dwelling / Home"
|
||||
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
|
||||
@ -15,7 +15,7 @@ replaces=()
|
||||
backup=('etc/dwelling/home.yaml')
|
||||
options=()
|
||||
install=
|
||||
source=('https://git.arav.top/Arav/dwelling-home/archive/23.3.0.tar.gz')
|
||||
source=('https://git.arav.top/Arav/dwelling-home/archive/23.5.0.tar.gz')
|
||||
noextract=()
|
||||
md5sums=('SKIP')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user