8000 fw 2.21.0 · Homebrew/homebrew-core@cc461d6 · GitHub
[go: up one dir, main page]

Skip to content

Commit cc461d6

Browse files
BrewTestBotbevanjkay
authored andcommitted
fw 2.21.0
fw: bump resource
1 parent 8ce4270 commit cc461d6

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

Formula/f/fw.rb

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Fw < Formula
22
desc "Workspace productivity booster"
33
homepage "https://github.com/brocode/fw"
4-
url "https://github.com/brocode/fw/archive/refs/tags/v2.20.0.tar.gz"
5-
sha256 "b7212f782eefb24e481dd0c361525cbb3ee46ac0cbf2f27bbd6011b4ba49d572"
4+
url "https://github.com/brocode/fw/archive/refs/tags/v2.21.0.tar.gz"
5+
sha256 "9a8b3b1f483118597e07de9561c0fac3412b896aa950243726ef553a705561ac"
66
license "WTFPL"
77

88
# This repository also contains version tags for other tools (e.g., `v4.4.0`
@@ -30,8 +30,12 @@ class Fw < Formula
3030
uses_from_macos "zlib"
3131

3232
resource "fw.1" do
33-
url "https://github.com/brocode/fw/releases/download/v2.19.0/fw.1"
34-
sha256 "b19e2ccb837e4210d7ee8bb7a33b7c967a5734e52c6d050cc716490cac061470"
33+
url "https://github.com/brocode/fw/releases/download/v2.21.0/fw.1"
34+
sha256 "2c27213d3c5dea906000ccb363ca70f167da0f67e74c243a890a935a102b3972"
35+
36+
livecheck do
37+
formula :parent
38+
end
3539
end
3640

3741
def install

0 commit comments

Comments
 (0)
0