Skip to content

Commit a461f24

Browse files
goreleaserbotrami3l
authored andcommitted
feat(formula): add clavy v0.1.0
1 parent b5502eb commit a461f24

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Formula/clavy.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
class Clavy < Formula
66
desc "An input source switching daemon for macOS."
77
homepage "https://github.com/rami3l/clavy"
8-
version "0.1.0-alpha9"
8+
version "0.1.0"
99
license "GPL-3.0-only"
1010
depends_on :macos
1111

12-
url "https://github.com/rami3l/clavy/releases/download/v0.1.0-alpha9/clavy_darwin_universal2.tar.gz"
13-
sha256 "0ea3ad0d2c93a3b71a6f0189ade18a7c33b27a0f44f85a4bc5477fcb2627976c"
12+
url "https://github.com/rami3l/clavy/releases/download/v0.1.0/clavy_darwin_universal2.tar.gz"
13+
sha256 "d99a04982f15e7efa7f1825f4d59e31cd61fa2cba450b21d5fee6478c2f9fa66"
1414

15-
def install
15+
define_method(:install) do
1616
if build.head? then
1717
system "cargo", "install", *std_cargo_args
1818
else

0 commit comments

Comments
 (0)