Просмотр исходного кода

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

Lutz Roeder 4 лет назад
Родитель
Сommit
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"',