mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Fix url for modern-csv 2.0.2
* The t6a3m9g6.rocketcdn.me domain is no longer resolvable from anywhere in the world as far as I can see. * We no longer need the `verified` option, because the url and the homepage domains now match.
This commit is contained in:
@@ -2,8 +2,7 @@ cask "modern-csv" do
|
||||
version "2.0.2"
|
||||
sha256 "7a87b7902d2bbd9f7ba1e9d0ddf7ad171070cd79cc20a45604d65aef05de7908"
|
||||
|
||||
url "https://t6a3m9g6.rocketcdn.me/release/ModernCSV-Mac-v#{version}.dmg",
|
||||
verified: "t6a3m9g6.rocketcdn.me/"
|
||||
url "https://www.moderncsv.com/release/ModernCSV-Mac-v#{version}.dmg"
|
||||
name "Modern CSV"
|
||||
desc "CSV editor"
|
||||
homepage "https://www.moderncsv.com/"
|
||||
|
||||
Reference in New Issue
Block a user