Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

glider: update to 0.9.2. #17761

Merged
merged 1 commit into from
Dec 25, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 2 additions & 3 deletions srcpkgs/glider/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'glider'
pkgname=glider
version=0.7.0
version=0.9.2
revision=1
build_style=go
go_import_path=github.com/nadoo/glider
Expand All @@ -10,7 +10,7 @@ maintainer="whoami <whoami@systemli.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/nadoo/glider"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=6289b1b202849bfc0b00c74955535522cc1113ae8ccc6614a9493407fcacee35
checksum=4ad3487abc6d6876c6478e7ff16948b9bd324c0f2b81d15d15d69153c70d368d
conf_files="/etc/glider/config /etc/glider/rules.d/*"

post_install() {
Expand All @@ -20,5 +20,4 @@ post_install() {
vcopy config/glider.conf.example etc/glider/config
vcopy config/rules.d etc/glider
vsv glider
vlicense LICENSE
}