diff options
| author | Markus Reiter | 2016-08-20 04:50:30 +0200 |
|---|---|---|
| committer | Markus Reiter | 2016-08-20 06:14:57 +0200 |
| commit | f036cc0bc59f30be8fcc8c66e6aa4f4e8438a6e6 (patch) | |
| tree | 6774cf19c0319a1a901a0c6cb041eb4200e6c4cb /Library/Homebrew/cask/test/support | |
| parent | 3d0e7a572fa283c051e09bee8a245e3089eadb58 (diff) | |
| download | brew-f036cc0bc59f30be8fcc8c66e6aa4f4e8438a6e6.tar.bz2 | |
Dummy Adobe Air app.
Diffstat (limited to 'Library/Homebrew/cask/test/support')
| -rw-r--r-- | Library/Homebrew/cask/test/support/Casks/adobe-air-container.rb | 9 | ||||
| -rw-r--r-- | Library/Homebrew/cask/test/support/Casks/container-air.rb | 9 | ||||
| -rw-r--r-- | Library/Homebrew/cask/test/support/binaries/GMDesk-1.01.air | bin | 112191 -> 0 bytes | |||
| -rw-r--r-- | Library/Homebrew/cask/test/support/binaries/container.air | bin | 0 -> 5934 bytes |
4 files changed, 9 insertions, 9 deletions
diff --git a/Library/Homebrew/cask/test/support/Casks/adobe-air-container.rb b/Library/Homebrew/cask/test/support/Casks/adobe-air-container.rb deleted file mode 100644 index 302f15703..000000000 --- a/Library/Homebrew/cask/test/support/Casks/adobe-air-container.rb +++ /dev/null @@ -1,9 +0,0 @@ -test_cask 'adobe-air-container' do - version '1.0.1' - sha256 '9b6e4174afa76f2af50238364fcf87525bc4ed2287acbe62925107ab6cda5c99' - - url TestHelper.local_binary_url('GMDesk-1.01.air') - homepage 'http://robertnyman.com/gmdesk/' - - app 'GMDesk.app' -end diff --git a/Library/Homebrew/cask/test/support/Casks/container-air.rb b/Library/Homebrew/cask/test/support/Casks/container-air.rb new file mode 100644 index 000000000..949b0f7a7 --- /dev/null +++ b/Library/Homebrew/cask/test/support/Casks/container-air.rb @@ -0,0 +1,9 @@ +test_cask 'container-air' do + version '0.1' + sha256 '554472e163f8a028629b12b468e29acda9f16b223dff74fcd218bba73cc2365a' + + url TestHelper.local_binary_url('container.air') + homepage 'https://example.com/container-air' + + app 'container.app' +end diff --git a/Library/Homebrew/cask/test/support/binaries/GMDesk-1.01.air b/Library/Homebrew/cask/test/support/binaries/GMDesk-1.01.air Binary files differdeleted file mode 100644 index 215cd2b8b..000000000 --- a/Library/Homebrew/cask/test/support/binaries/GMDesk-1.01.air +++ /dev/null diff --git a/Library/Homebrew/cask/test/support/binaries/container.air b/Library/Homebrew/cask/test/support/binaries/container.air Binary files differnew file mode 100644 index 000000000..64005aea3 --- /dev/null +++ b/Library/Homebrew/cask/test/support/binaries/container.air |
