mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
testing/beszel: upgrade to 0.12.1
This commit is contained in:
parent
5648d8edc7
commit
70d0add653
@ -1,8 +1,8 @@
|
||||
# Contributor: Minoplhy <c@3qx.nl>
|
||||
maintainer="Minoplhy <c@3qx.nl>"
|
||||
pkgname=beszel
|
||||
pkgver=0.11.1
|
||||
pkgrel=1
|
||||
pkgver=0.12.1
|
||||
pkgrel=0
|
||||
pkgdesc="Lightweight server monitoring hub with historical data, docker stats, and alerts."
|
||||
url="https://beszel.dev/"
|
||||
arch="x86_64 aarch64"
|
||||
@ -39,7 +39,7 @@ package() {
|
||||
install -D -m 644 "$srcdir"/$pkgname.confd "$pkgdir"/etc/conf.d/$pkgname
|
||||
install -d -m 750 -o $pkgusers -g $pkggroups "$pkgdir"/var/lib/$pkgname
|
||||
|
||||
install -D -m 755 "$builddir"/$pkgname/build/${pkgname}-agent_linux_* "$pkgdir"/usr/bin/$pkgname-agent
|
||||
install -D -m 755 "$builddir"/$pkgname/build/$pkgname-agent_linux_* "$pkgdir"/usr/bin/$pkgname-agent
|
||||
|
||||
install -d -m 755 -o beszel -g beszel "$pkgdir"/var/log/$pkgname
|
||||
install -d -m 755 -o beszel-agent -g beszel-agent "$pkgdir"/var/log/$pkgname-agent
|
||||
@ -63,7 +63,7 @@ agent_openrc() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
99ec103558e78bdc8de9912f8313ba629cdcb5a7a04c4060f026a576691a6603503afd3c4d76aba016e708f97f866790f5b2f9e5bf151f1933382f2114b03cdd beszel-0.11.1.tar.gz
|
||||
33d492af693bdd59a1618879d44195ba8354025172558f6cc6bf4d7d2d9f179c900233781dd9fbf7bd533228c9e69da23d7cd946e93d1e631c8bf4ced59cdbc6 beszel-0.12.1.tar.gz
|
||||
175af1b0ddf112d00feef5782a9bdf6ac37a08cd5f504e97526a2e7def9bd403216ee4cc3b4ba3f45e0724ba8fd5a736b9ceb2157095316e224ceca5f6463ff2 beszel.confd
|
||||
fd64065cc06b2ec3492722bdd2da0ea3bb2a823533239e1c79c117de163dd1a9832853538f1377af57524c9023e636afc09e163a38007e8e4b71e63035d1881f beszel.initd
|
||||
d999dfdafb6f206a486a3714ef99f52f4c3fbd229bc5d9248fde76679babb0be962ae4fa226e032b16a6c9dcf34ccf2c94454dc8a7a9b0134853789dba657979 beszel-agent.confd
|
||||
|
Loading…
Reference in New Issue
Block a user