Skip to content

Commit

Permalink
Fix formula for fish-app 3.0.2 (#59490)
Browse files Browse the repository at this point in the history
This commit fixes fish-shell/fish-shell#5703.
  • Loading branch information
sanssecours authored and vitorgalvao committed Feb 26, 2019
1 parent dbe88d7 commit 57e5146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Casks/fish-app.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cask 'fish-app' do
version '3.0.2'
sha256 'cd842d08b06d888978f2e7da2b856e386a86e8180d2137da322045964f9badc5'
sha256 'a643f571b26e2e586aa43c9bb13391248600d4f9c2c9519371cb9664aabb4233'

# github.com/fish-shell/fish-shell was verified as official when first introduced to the cask
url "https://github.com/fish-shell/fish-shell/releases/download/#{version}/fish-#{version}.app.zip"
url "https://github.com/fish-shell/fish-shell/releases/download/#{version}/fish.app.zip"
appcast 'https://fishshell.com/release_notes.html'
name 'Fish App'
homepage 'https://fishshell.com/'
Expand Down

0 comments on commit 57e5146

Please sign in to comment.