1
0
Fork 0

Version increased to 22.43.0.

This commit is contained in:
Alexander Andreev 2022-10-31 01:42:15 +04:00
parent 3fa12d8950
commit 1adda7d437
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
2 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ SYSDDIR_=${shell pkg-config systemd --variable=systemdsystemunitdir}
SYSDDIR=${SYSDDIR_:/%=%}
DESTDIR=/
LDFLAGS=-ldflags "-s -w -X main.version=22.42.0" -tags osusergo,netgo
LDFLAGS=-ldflags "-s -w -X main.version=22.43.0" -tags osusergo,netgo
all: ${TARGET}
@ -14,7 +14,7 @@ ${TARGET}:
go build -o bin/$@ ${LDFLAGS} cmd/$@/main.go
run:
bin/${TARGET} -path ~ -listen 127.0.0.1:19135
bin/${TARGET} -path /mnt/data -listen 127.0.0.1:19135
install:
install -Dm 0755 bin/${TARGET} ${DESTDIR}usr/bin/${TARGET}

View File

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