Commit 2cbc7401 authored by saltedcoffii's avatar saltedcoffii

Deleted binaries (unlicensed)

parent c15646d1
...@@ -4,27 +4,14 @@ class Mywanip < Package ...@@ -4,27 +4,14 @@ class Mywanip < Package
description 'Script to grab your WAN IP address using various means.' description 'Script to grab your WAN IP address using various means.'
homepage 'https://gist.github.com/DennisLfromGA/ab40940d37be84ae3a88' homepage 'https://gist.github.com/DennisLfromGA/ab40940d37be84ae3a88'
version 'ab4094' version 'ab4094'
license '' # https://gist.github.com/DennisLfromGA/ab40940d37be84ae3a88#gistcomment-3673120
compatibility 'all' compatibility 'all'
source_url 'https://gist.github.com/DennisLfromGA/ab40940d37be84ae3a88/archive/b583835e8b2cb7edefc7ccbb911cb8eaf172d341.zip' source_url 'https://gist.github.com/DennisLfromGA/ab40940d37be84ae3a88/archive/b583835e8b2cb7edefc7ccbb911cb8eaf172d341.zip'
source_sha256 '789d22cfa60a40cf60d59e561500cd27e39ac03ecff2e948111a2a07f830fd67' source_sha256 '789d22cfa60a40cf60d59e561500cd27e39ac03ecff2e948111a2a07f830fd67'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/mywanip-ab4094-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/mywanip-ab4094-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/mywanip-ab4094-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/mywanip-ab4094-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '21449c16c8493278b97ca5a35252bcda7b0da5d0210649662ad64ff5945fc2d8',
armv7l: '21449c16c8493278b97ca5a35252bcda7b0da5d0210649662ad64ff5945fc2d8',
i686: '2268ba3b816879fdda663b148b129fe90a88ffa6c55e1665743f8a13e744b9ff',
x86_64: 'fb4fae274c359179e78f22147202ec456ff829c45cda9536038952848d4b3a6a',
})
def self.install def self.install
system "chmod +x mywanip" system "chmod +x mywanip"
system "mkdir -p #{CREW_DEST_PREFIX}/bin" system "mkdir -p #{CREW_DEST_PREFIX}/bin"
system "cp mywanip #{CREW_DEST_PREFIX}/bin" system "cp mywanip #{CREW_DEST_PREFIX}/bin"
end end
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment