File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
class Fw < Formula
2
2
desc "Workspace productivity booster"
3
3
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 "
6
6
license "WTFPL"
7
7
8
8
# This repository also contains version tags for other tools (e.g., `v4.4.0`
@@ -30,8 +30,12 @@ class Fw < Formula
30
30
uses_from_macos "zlib"
31
31
32
32
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
35
39
end
36
40
37
41
def install
You can’t perform that action at this time.
0 commit comments