瀏覽代碼

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

Lutz Roeder 4 年之前
父節點
當前提交
b8686c931f
共有 1 個文件被更改,包括 0 次插入6 次删除
  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"',