Make clyang-welly the main welly (#64943)

This commit is contained in:
Vítor Galvão 2019-06-17 15:11:30 +01:00 committed by GitHub
parent 3299308a1a
commit ade6989039
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 30 deletions

View File

@ -1,21 +0,0 @@
cask 'clyang-welly' do
version '3.1.1.1'
sha256 'f17aa74d8668d02ff7c6eee81ae7e0c06d76a51d4aa50624ffe757c95f498ecf'
url "https://github.com/clyang/welly/releases/download/#{version}/Welly.v#{version}.zip"
appcast 'https://github.com/clyang/welly/releases.atom'
name 'Welly'
homepage 'https://github.com/clyang/welly'
auto_updates true
app 'Welly.app'
zap trash: [
'~/Library/Application Support/Welly',
'~/Library/Caches/Welly',
'~/Library/Caches/org.net9.Welly',
'~/Library/Cookies/org.net9.Welly.binarycookies',
'~/Library/Preferences/org.net9.Welly.plist',
]
end

View File

@ -1,16 +1,21 @@
cask 'welly' do
version '2.7'
sha256 'cb24a26432d8927b1159a1865602c3f30b5190f628167c954e4d6cc723cfcb0f'
version '3.1.1.1'
sha256 'f17aa74d8668d02ff7c6eee81ae7e0c06d76a51d4aa50624ffe757c95f498ecf'
# storage.googleapis.com was verified as official when first introduced to the cask
url "https://storage.googleapis.com/google-code-archive-downloads/v#{version.major}/code.google.com/welly/Welly.v#{version}.fix.zip"
appcast 'https://csie.io/welly/update.xml'
url "https://github.com/clyang/welly/releases/download/#{version}/Welly.v#{version}.zip"
appcast 'https://github.com/clyang/welly/releases.atom'
name 'Welly'
homepage 'https://code.google.com/archive/p/welly'
homepage 'https://github.com/clyang/welly'
auto_updates true
app 'Welly.app'
caveats do
discontinued
end
zap trash: [
'~/Library/Application Support/Welly',
'~/Library/Caches/Welly',
'~/Library/Caches/org.net9.Welly',
'~/Library/Cookies/org.net9.Welly.binarycookies',
'~/Library/Preferences/org.net9.Welly.plist',
]
end