diff --git a/srcpkgs/netbird-bin/template b/srcpkgs/netbird-bin/template index 69baba8..3b96cdb 100644 --- a/srcpkgs/netbird-bin/template +++ b/srcpkgs/netbird-bin/template @@ -1,6 +1,6 @@ # Template file for 'netbird-bin' pkgname=netbird-bin -version=0.48.0 # renovate: datasource=github-tags depName=netbirdio/netbird +version=0.50.1 # 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 " license="BSD-3-Clause" homepage="https://github.com/netbirdio/netbird" distfiles="${homepage}/releases/download/v${version}/netbird_${version}_linux_amd64.tar.gz" -checksum=be159667436e4f8c58c78f72dd5602ccca2515eed05dd2fef4ee6f64e1d79b87 +checksum=2abdcb63de698366a4dd44238e5dd52334c704833c614986bd93df7e93eeff78 do_install() { vbin netbird diff --git a/srcpkgs/pass-coffin/INSTALL.msg b/srcpkgs/pass-coffin/INSTALL.msg new file mode 100644 index 0000000..e0fbc82 --- /dev/null +++ b/srcpkgs/pass-coffin/INSTALL.msg @@ -0,0 +1,4 @@ +pass-coffin relies on systemd-run for its timer commands + +Any timer-related services (`pass coffin -t 1min`, `pass timer`, ...) will not work. + diff --git a/srcpkgs/pass-coffin/template b/srcpkgs/pass-coffin/template new file mode 100644 index 0000000..affa742 --- /dev/null +++ b/srcpkgs/pass-coffin/template @@ -0,0 +1,18 @@ +# Template file for 'pass-coffin' +pkgname=pass-coffin +version=1.2.1 # renovate: datasource=github-tags depName=ayushnix/pass-coffin +revision=1 +build_style=gnu-makefile +depends="pass tar" +_optdepends="systemd-run" +short_desc="A password store extension to hide data inside a signed and encrypted coffin" +maintainer="Marty Oehme " +license="GPL-3.0-or-later" +homepage="https://github.com/ayushnix/pass-coffin" +distfiles="https://github.com/ayushnix/pass-coffin/archive/v${version}.tar.gz" +checksum=bca41b9c9dc3525ddfccef31baef2c61366a968c43ee841c3b6c6934e3263fbe + +post_install() { + rm ${DESTDIR}/etc/bash_completion.d/* + vcompletion completion/pass-coffin.bash-completion bash +} diff --git a/srcpkgs/tgpt/template b/srcpkgs/tgpt/template index 525182b..5eeb846 100644 --- a/srcpkgs/tgpt/template +++ b/srcpkgs/tgpt/template @@ -1,6 +1,6 @@ # Template file for 'tgpt' pkgname=tgpt -version=2.10.0 # renovate: datasource=github-tags depName=aandrew-me/tgpt +version=2.10.1 # 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 " license="GPL-3.0-only" homepage="https://github.com/aandrew-me/tgpt" distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz" -checksum=0e312176908d581eeb7f0df8fcd0524a4aa4702029d50f553f0f75d6c15bc0d9 +checksum=a0fc596fd2b8aabac222e22e96fc02709e185031e31a15b522f4c5c59db892d9 do_check() { :; }