Compare commits

..

1 commit

Author SHA1 Message Date
f2bc16f752
Add pass-coffin
Some checks are pending
build / Check package changes (push) Waiting to run
build / Build packages (push) Blocked by required conditions
build / Deploy repository (push) Blocked by required conditions
Unfortunately somewhat systemd-dependent but the basic opening and
closing mechanisms work well.
2025-09-17 10:12:26 +02:00
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# Template file for 'netbird-bin'
pkgname=netbird-bin
version=0.50.1 # renovate: datasource=github-tags depName=netbirdio/netbird
version=0.48.0 # renovate: datasource=github-tags depName=netbirdio/netbird
revision=1
archs="x86_64"
short_desc="Connect your devices into a secure WireGuard-based overlay network with SSO, MFA and granular access controls."
@ -8,7 +8,7 @@ maintainer="Marty Oehme <contact@martyoeh.me>"
license="BSD-3-Clause"
homepage="https://github.com/netbirdio/netbird"
distfiles="${homepage}/releases/download/v${version}/netbird_${version}_linux_amd64.tar.gz"
checksum=2abdcb63de698366a4dd44238e5dd52334c704833c614986bd93df7e93eeff78
checksum=be159667436e4f8c58c78f72dd5602ccca2515eed05dd2fef4ee6f64e1d79b87
do_install() {
vbin netbird

View file

@ -1,6 +1,6 @@
# Template file for 'tgpt'
pkgname=tgpt
version=2.10.1 # renovate: datasource=github-tags depName=aandrew-me/tgpt
version=2.10.0 # renovate: datasource=github-tags depName=aandrew-me/tgpt
revision=1
build_style=go
go_import_path="github.com/aandrew-me/tgpt/v2"
@ -9,7 +9,7 @@ maintainer="Marty Oehme <contact@martyoeh.me>"
license="GPL-3.0-only"
homepage="https://github.com/aandrew-me/tgpt"
distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
checksum=a0fc596fd2b8aabac222e22e96fc02709e185031e31a15b522f4c5c59db892d9
checksum=0e312176908d581eeb7f0df8fcd0524a4aa4702029d50f553f0f75d6c15bc0d9
do_check() { :; }