From 6123cd6bf7ecf1728c88dcce78a31cf6875e78d0 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 5 Aug 2022 01:41:29 +0200 Subject: 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 --- HomebrewFormula/dome-key.rb | 1 - 1 file changed, 1 deletion(-) 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" -- cgit v1.2.3