Version increased to 22.43.0.
This commit is contained in:
parent
3fa12d8950
commit
1adda7d437
4
Makefile
4
Makefile
@ -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}
|
||||
|
@ -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')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user