Skip to content

Commit

Permalink
beaconscanner.rb: rename to beacon-scanner, upgrade to v1.11 (#21885)
Browse files Browse the repository at this point in the history
  • Loading branch information
victorpopkov authored and jawshooah committed Jun 12, 2016
1 parent 66bbfca commit b995e41
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Casks/beaconscanner.rb → Casks/beacon-scanner.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
cask 'beaconscanner' do
version '1.1.8'
sha256 '85cc1c4d8ebec7f3c2e93ca2810c95de03bdc7996dc3431b6d3d85480d26bc39'
cask 'beacon-scanner' do
version '1.11'
sha256 'd290eb9f83544eef42184f2ad3f0e8d48e4bea44e192bd3dc9fbf57aab45af14'

url "https://github.com/mlwelles/BeaconScanner/releases/download/#{version}/BeaconScanner-#{version}.zip"
appcast 'https://github.com/mlwelles/BeaconScanner/releases.atom',
checkpoint: '30fe0b1aa49f79e64712d6e1b72eff566685639aa58a45c9910768ffd3235e0f'
checkpoint: '9d54970c1dd5706a0206a65ea818d3940bb1f74cb31697a12fba974281a20dc7'
name 'BeaconScanner'
homepage 'https://github.com/mlwelles/BeaconScanner/'
license :mit

app 'BeaconScanner.app'
app 'Beacon Scanner.app'
end

0 comments on commit b995e41

Please sign in to comment.