Compare commits
10 Commits
4c4f4e8f1e
...
fc043736af
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fc043736af | ||
|
|
148764f703 | ||
|
|
97e7431555 | ||
|
|
0a28d6e4db | ||
|
|
4374df39e3 | ||
|
|
cd6a4097fb | ||
|
|
b9f65b197c | ||
|
|
07814c865e | ||
|
|
c3ce1486e5 | ||
|
|
3bbed35598 |
@@ -1,12 +1,12 @@
|
||||
class Bkl < Formula
|
||||
@@tag = "v1.0.45"
|
||||
sha256 "61f3fabe078cb8f3c0e6f16cbf4cf6b66fd104721f583f659cbfd64572cc5060"
|
||||
@@tag = "v1.0.54"
|
||||
sha256 "86363f9db0b43769ddef602154a55c49f3ff55c5f481f95ea44f311c5f7c9d59"
|
||||
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user