Compare commits

..

12 Commits

Author SHA1 Message Date
Ian Gulliver
b705884f7b v1.0.55 2026-03-04 22:00:14 -08:00
Ian Gulliver
db39780578 Update hash 2026-03-04 21:48:23 -08:00
Ian Gulliver
fc043736af Move repo and homepage to bkl.sh 2026-03-04 21:46:44 -08:00
Ian Gulliver
148764f703 v1.0.54 2026-03-02 09:45:54 -08:00
Ian Gulliver
97e7431555 v1.0.53 2025-12-01 08:50:02 -08:00
Ian Gulliver
0a28d6e4db v1.0.52 2025-07-08 21:13:54 -07:00
Ian Gulliver
4374df39e3 v1.0.51 2025-06-25 21:16:08 -07:00
Ian Gulliver
cd6a4097fb v1.0.50 2025-06-24 07:12:52 -07:00
Ian Gulliver
b9f65b197c v1.0.49 2025-06-09 14:12:43 -07:00
Ian Gulliver
07814c865e v1.0.48 2025-02-12 11:03:41 -08:00
Ian Gulliver
c3ce1486e5 v1.0.47 2025-02-03 09:24:22 -08:00
Ian Gulliver
3bbed35598 v1.0.46 2025-01-29 21:45:17 -08:00
2 changed files with 6 additions and 6 deletions

View File

@@ -1,12 +1,12 @@
class Bkl < Formula
@@tag = "v1.0.45"
sha256 "61f3fabe078cb8f3c0e6f16cbf4cf6b66fd104721f583f659cbfd64572cc5060"
@@tag = "v1.0.55"
sha256 "dec7be9875fb18c8224fe1b43eff66e2c5cc3262ba3a2c4229416ec986981602"
desc "Evaluates bkl configuration layer files"
homepage "https://bkl.gopatchy.io"
url "https://github.com/gopatchy/bkl/archive/refs/tags/#{@@tag}.tar.gz"
homepage "https://bkl.sh"
url "https://git.bkl.sh/bkl/bkl/archive/#{@@tag}.tar.gz"
license "Apache-2.0"
head "https://github.com/gopatchy/bkl.git", branch: "main"
head "https://git.bkl.sh/bkl/bkl.git", branch: "main"
depends_on "go" => :build

View File

@@ -1 +1 @@
brew.sh tap for github.com/gopatchy/bkl
brew.sh tap for git.bkl.sh/bkl/bkl