We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
clavy
1 parent b5502eb commit a461f24Copy full SHA for a461f24
1 file changed
Formula/clavy.rb
@@ -5,14 +5,14 @@
5
class Clavy < Formula
6
desc "An input source switching daemon for macOS."
7
homepage "https://github.com/rami3l/clavy"
8
- version "0.1.0-alpha9"
+ version "0.1.0"
9
license "GPL-3.0-only"
10
depends_on :macos
11
12
- url "https://github.com/rami3l/clavy/releases/download/v0.1.0-alpha9/clavy_darwin_universal2.tar.gz"
13
- sha256 "0ea3ad0d2c93a3b71a6f0189ade18a7c33b27a0f44f85a4bc5477fcb2627976c"
+ url "https://github.com/rami3l/clavy/releases/download/v0.1.0/clavy_darwin_universal2.tar.gz"
+ sha256 "d99a04982f15e7efa7f1825f4d59e31cd61fa2cba450b21d5fee6478c2f9fa66"
14
15
- def install
+ define_method(:install) do
16
if build.head? then
17
system "cargo", "install", *std_cargo_args
18
else
0 commit comments