glider: update to 0.13.0.
This commit is contained in:
parent
e849b3b4b8
commit
c19ec4039a
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'glider'
|
# Template file for 'glider'
|
||||||
pkgname=glider
|
pkgname=glider
|
||||||
version=0.9.2
|
version=0.13.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/nadoo/glider
|
go_import_path=github.com/nadoo/glider
|
||||||
|
@ -10,7 +10,7 @@ maintainer="whoami <whoami@systemli.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/nadoo/glider"
|
homepage="https://github.com/nadoo/glider"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=4ad3487abc6d6876c6478e7ff16948b9bd324c0f2b81d15d15d69153c70d368d
|
checksum=f10e416e9b8ed7ff20b9c2f7dc0e47d65f22c170b7d1ffa74d8ceb0f91e5b412
|
||||||
conf_files="/etc/glider/config /etc/glider/rules.d/*"
|
conf_files="/etc/glider/config /etc/glider/rules.d/*"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue