Compare commits

...

10 Commits

Author SHA1 Message Date
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 class Bkl < Formula
@@tag = "v1.0.45" @@tag = "v1.0.54"
sha256 "61f3fabe078cb8f3c0e6f16cbf4cf6b66fd104721f583f659cbfd64572cc5060" sha256 "86363f9db0b43769ddef602154a55c49f3ff55c5f481f95ea44f311c5f7c9d59"
desc "Evaluates bkl configuration layer files" desc "Evaluates bkl configuration layer files"
homepage "https://bkl.gopatchy.io" homepage "https://bkl.sh"
url "https://github.com/gopatchy/bkl/archive/refs/tags/#{@@tag}.tar.gz" url "https://git.bkl.sh/bkl/bkl/archive/#{@@tag}.tar.gz"
license "Apache-2.0" 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 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