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_:/%=%}
|
SYSDDIR=${SYSDDIR_:/%=%}
|
||||||
DESTDIR=/
|
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}
|
all: ${TARGET}
|
||||||
|
|
||||||
@ -14,7 +14,7 @@ ${TARGET}:
|
|||||||
go build -o bin/$@ ${LDFLAGS} cmd/$@/main.go
|
go build -o bin/$@ ${LDFLAGS} cmd/$@/main.go
|
||||||
|
|
||||||
run:
|
run:
|
||||||
bin/${TARGET} -path ~ -listen 127.0.0.1:19135
|
bin/${TARGET} -path /mnt/data -listen 127.0.0.1:19135
|
||||||
|
|
||||||
install:
|
install:
|
||||||
install -Dm 0755 bin/${TARGET} ${DESTDIR}usr/bin/${TARGET}
|
install -Dm 0755 bin/${TARGET} ${DESTDIR}usr/bin/${TARGET}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Maintainer: Alexander "Arav" Andreev <me@arav.top>
|
# Maintainer: Alexander "Arav" Andreev <me@arav.top>
|
||||||
pkgname=dwelling-files
|
pkgname=dwelling-files
|
||||||
pkgver=22.42.0
|
pkgver=22.43.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Arav's dwelling / Files"
|
pkgdesc="Arav's dwelling / Files"
|
||||||
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
|
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
|
||||||
@ -15,7 +15,7 @@ replaces=()
|
|||||||
backup=()
|
backup=()
|
||||||
options=()
|
options=()
|
||||||
install=
|
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=()
|
noextract=()
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user