Skip to content

Instantly share code, notes, and snippets.

@junxy
Last active December 14, 2017 03:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save junxy/840bf13d6b9553de51922bce7b62012b to your computer and use it in GitHub Desktop.
Save junxy/840bf13d6b9553de51922bce7b62012b to your computer and use it in GitHub Desktop.
fixes fastonosql .dmg file download 404 error. source: https://github.com/caskroom/homebrew-cask/blob/master/Casks/fastonosql.rb
cask 'fastonosql' do
version '1.10.0'
sha256 '38bf2c7b272040d8e25ec4cace4799c7a378bbf9e742192bff9d350e75d35292'
url "https://www.fastonosql.com/anonim_users_downloads/macosx/fastonosql-#{version}-x86_64.dmg"
appcast 'https://github.com/fastogt/fastonosql/releases.atom',
checkpoint: 'efc5b58bbfdeed9f028c65295b17774b0e5cb99548c160c91fa6a1085c3f13f4'
name 'FastoNoSQL'
homepage 'https://www.fastonosql.com/'
app 'FastoNoSQL.app'
end
@junxy
Copy link
Author

junxy commented Dec 14, 2017

brew cask install https://gist.githubusercontent.com/junxy/840bf13d6b9553de51922bce7b62012b/raw/b3d6b7b7f33b38ae89483b47b37c2037396d4fc3/fastonosql.rb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment