Parcourir la source

Update cask script (Homebrew/homebrew-cask#119509)

Lutz Roeder il y a 4 ans
Parent
commit
b8686c931f
1 fichiers modifiés avec 0 ajouts et 6 suppressions
  1. 0 6
      publish/cask.js

+ 0 - 6
publish/cask.js

@@ -82,12 +82,6 @@ get(location).then((data) => {
         '  desc "' + description + '"',
         '  homepage "' + repository + '"',
         '',
-        '  livecheck do',
-        '    url :url',
-        '    strategy :git',
-        '    regex(/^v(\\d+(?:\\.\\d+)+)$/)',
-        '  end',
-        '',
         '  auto_updates true',
         '',
         '  app "' + productName + '.app"',