Skip to content

Commit

Permalink
main/sbctl: update to 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
flukeeey committed Nov 21, 2024
1 parent 457f2f1 commit f4950f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main/sbctl/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "sbctl"
pkgver = "0.15.4"
pkgrel = 2
pkgver = "0.16"
pkgrel = 0
build_style = "go"
make_build_args = ["./cmd/sbctl"]
hostmakedepends = ["asciidoc", "go"]
Expand All @@ -13,7 +13,7 @@
license = "MIT"
url = "https://github.com/Foxboron/sbctl"
source = f"{url}/releases/download/{pkgver}/sbctl-{pkgver}.tar.gz"
sha256 = "0435097f79fc30c9b3567a50a8beb8d7d71fcea6121533b5da543ca64241cfff"
sha256 = "528f852285cea2c96175db8872aa83427f5e200e2d09ea9383037432d45965be"
# fails
options = ["!cross"]

Expand Down

0 comments on commit f4950f3

Please sign in to comment.