srclib: migrate to Homebrew (#23497)

This commit is contained in:
AnastasiaSulyagina 2016-08-06 13:08:03 +03:00 committed by Vítor Galvão
parent c1ed9713f8
commit 2ce5221cc4
2 changed files with 2 additions and 15 deletions

View File

@ -1,14 +0,0 @@
cask 'srclib' do
version '0.2.5'
sha256 '3b8f0e466475daa7b4d57947177beb10e4dae8f36bfd16d6661bb97cd921049f'
# api.equinox.io/1/Applications/ap_BQxVz1iWMxmjQnbVGd85V58qz6 was verified as official when first introduced to the cask
url 'https://api.equinox.io/1/Applications/ap_BQxVz1iWMxmjQnbVGd85V58qz6/Updates/Asset/src.zip?os=darwin&arch=amd64&channel=stable'
appcast 'https://github.com/sourcegraph/srclib/releases.atom',
checkpoint: '75e057570b48195ba90cde3992ec0f5963e8f1c5a7360058741560d8f6847fdd'
name 'srclib'
homepage 'https://srclib.org/'
license :mit
binary 'src'
end

View File

@ -13,5 +13,6 @@
"packer": "homebrew/core",
"python": "homebrew/core",
"python3": "homebrew/core",
"rust": "homebrew/core"
"rust": "homebrew/core",
"srclib": "homebrew/core"
}