From 61601fec6072254946528adf084c4025ce5badcb Mon Sep 17 00:00:00 2001 From: dkwo Date: Sun, 17 Nov 2024 09:44:15 -0500 Subject: [PATCH] sbctl: update to 0.16 --- srcpkgs/sbctl/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/sbctl/template b/srcpkgs/sbctl/template index 7a03d3bda81..b47ab52484c 100644 --- a/srcpkgs/sbctl/template +++ b/srcpkgs/sbctl/template @@ -1,7 +1,7 @@ # Template file for 'sbctl' pkgname=sbctl -version=0.15.4 -revision=2 +version=0.16 +revision=1 build_style=go build_helper=qemu go_import_path="github.com/foxboron/sbctl" @@ -14,7 +14,7 @@ maintainer="Érico Nogueira " license="MIT" homepage="https://github.com/Foxboron/sbctl" distfiles="https://github.com/Foxboron/sbctl/archive/${version}.tar.gz" -checksum=500e8647041b9be193cf573a99b2c5b2956f11565b1aa961d62aa1666689b977 +checksum=ca6d810b1b6e63318ba34320043e8b95d8b40df6e140f5170c4a673ed0954ee1 make_dirs="/var/lib/sbctl 0700 root root" export GOFLAGS="-buildmode=pie"