diff options
author | Teddy Wing | 2022-08-05 01:41:29 +0200 |
---|---|---|
committer | Teddy Wing | 2022-08-05 01:41:29 +0200 |
commit | 6123cd6bf7ecf1728c88dcce78a31cf6875e78d0 (patch) | |
tree | 5e22988894df1696a531b77ff46b2e1cb72987d6 | |
parent | e1a8e86748c55ae6a143d1471d493e79eab001d5 (diff) | |
download | homebrew-formulae-6123cd6bf7ecf1728c88dcce78a31cf6875e78d0.tar.bz2 |
dome-key: Remove `version` line
Running `brew audit` flagged a warning about this `version` line and
recommended removing it:
$ brew audit --tap teddywing/formulae
teddywing/formulae/dome-key:
* Stable: version 1.0 is redundant with version scanned from URL
-rw-r--r-- | HomebrewFormula/dome-key.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/HomebrewFormula/dome-key.rb b/HomebrewFormula/dome-key.rb index 6b82ca0..4934b24 100644 --- a/HomebrewFormula/dome-key.rb +++ b/HomebrewFormula/dome-key.rb @@ -5,7 +5,6 @@ class DomeKey < Formula desc "Control your computer with a pair of headphones" homepage "https://domekey.teddywing.com" - version "1.0" url "https://domekey.teddywing.com/downloads/dome-key_1.0.tar.bz2" sha256 "03fd038e1ae67ce1fce949d2d5fcafb50bbee2f4344b71c16577929c557718a1" |