Commit Graph

60 Commits

Author SHA1 Message Date
Rezart Qelibari 1071433f5b Update hopper-disassembler to v.4.0.30. (#30210) 2017-02-19 01:23:01 +00:00
Timothy Sutton 05df04375c Update hopper-disassembler to 4.0.20 (#28743) 2017-01-08 11:29:57 +08:00
Victor Popkov 10d4273f4b Update hopper-disassembler to 4.0.18 (#28362) 2016-12-29 23:14:50 +02:00
Koen Rouwhorst ee41ad4d45 Update hopper-disassembler to 4.0.17 (#28185) 2016-12-22 23:16:42 +00:00
Nathan Toone 6d199e0d2f Update hopper-disassembler (4.0.16) (#27837) 2016-12-16 08:32:31 +08:00
Nathan Toone fa0e30f21b Update hopper-disassembler (4.0.8) (#27266) 2016-11-30 16:52:02 +00:00
Nathan Toone c2b9f91e64 Update hopper-disassembler (4.0.7) (#27212) 2016-11-28 20:47:38 +00:00
Koen Rouwhorst c43a65f2a7 Update hopper-disassembler to 4.0.2 (#26859) 2016-11-18 10:19:50 +08:00
pseudoku 34580d6b9a Update hopper-disassembler to 3.12.1 (#25594) 2016-10-17 20:52:03 +01:00
Vítor Galvão 60531a2812 remove license from all casks (#25368) 2016-10-10 17:45:23 +01:00
Nathan Toone d99422c588 Update hopper-disassembler to 3.11.23 (#25244) 2016-10-05 20:33:45 -04:00
Nathan Toone 127ec63131 Update hopper-disassembler (3.11.20) (#24437) 2016-09-13 05:28:17 +03:00
Viktor Szakats 0157daa9a4 use more secure urls (#23620) 2016-08-11 19:55:48 -04:00
Aditya Dalal 09c754b728 updated hopper-disassembler (3.11.17) (#23581) 2016-08-09 21:50:04 -04:00
Jeffrey Cafferata e3bfe79fdb Updated Hopper Disassembler homepage. (#22886) 2016-07-19 04:02:43 +01:00
Nathan Toone 3aefdd8db6 updated hopper-disassembler (3.11.16) (#22447) 2016-06-28 18:41:04 +01:00
Matt Wean 47383169de [WIP] Change artifact behavior to moving instead of symlinking (#13966)
* Change app artifact to move instead of link

First step towards change in installation behavior mentioned in [13201]

* Fix handling of binaries linked from inside of app bundles

Also adds `appdir` method for interpolation in stanzas

* Change appdir to root Applications directory

* Update 2-app tests

* Refactor: add options, ivars to `Installer`, `Download`

In preparation for upcoming changes, this commit cleans up some code. The commit includes:

- In order to reduce unnecessary object passing, make both the `force` and `skip_cask_deps` option into instance variables of the `Installer` class

- Introduce options hashes to initializers of both the `Installer` and `Download` class

- When the `install --force` command enters the fetch phase, make it explicit in the code that fetching is never enforced in that case.

- Update tests

* Force overwrite artifacts on `--force` reinstall

This commit changes the behavior of a `Moved` artifact such that if the target already exists, `brew cask install --force` will remove the existing target before moving the staged artifact.

In that case, the warning message will say *overwriting* instead of *not moving*.

The behavior of plain `brew cask install` remains unchanged; the same goes for the warning message for that case.

* Change remaining artifacts to move instead of symlink

* Update casks to use appdir in binary paths

* Forcibly overwrite artifacts, modifying flags and using `sudo` if needed

- This commit implements [the proposed behavior for `install --force`](https://github.com/caskroom/homebrew-cask/pull/13966#issuecomment-220830387) when a target already exists and has either permission problems or is not owned by the user.

- The changes apply only when the `force` option is given.

- Reused the existing safeguard from the `.pkg` artifact to prevent deleting important directories by bug or mistake

- The two existing blacklists `SYSTEM_DIRS` and `UNDELETABLE_DIRS` have been consolidated into the `Hbc::MacOS` module.

- `UNDELETABLE_DIRS` now also contains all the entries from `SYSTEM_DIRS` which was a to-do anyway.

- The two blacklists are now also frozen for good measure.

- The utility method `permissions_rmtree` was moved to `Hbc::Utils`.

- The `tried_permissions` part in `Utils` now falls back correctly when there are also ownership issues at the same time.

- Introduced a separate `current_user` method for mocking.

- Added an optional feature to `FakeSystemCommand` so it can now act as a proxy to `SystemCommand`.

- Added tests for various `permissions_rmtree` cases.
2016-05-31 15:23:21 -04:00
jacobrobin 3d6da08d20 updated hopper-disassembler (3.11.13) 2016-03-25 12:22:50 -04:00
Vítor Galvão bee19516de updated hopper-disassembler (3.11.12) 2016-03-09 21:16:01 -05:00
Nathan Toone b1b681f3b1 Add auto_updates flag to Hopper Disassembler 2016-02-09 17:17:11 -07:00
adidalal 0237c5d224 updated hopper-disassembler (3.11.10) 2016-02-08 19:26:07 -05:00
ravecode 73e8ab62a5 updated hopper-disassembler (3.11.8) 2016-01-23 17:00:18 +00:00
Josh Hagins 312ae841f1 Use Ruby 1.9 hash syntax in casks where possible 2016-01-17 21:57:28 -05:00
Vítor Galvão 530f9dbd47 fix all :checkpoint values 2016-01-13 19:27:34 +00:00
Vítor Galvão bbc9cc0138 change all appcast casks to use :checkpoint 2016-01-13 19:27:34 +00:00
Vítor Galvão 5e997758ec hopper-disassembler.rb: appcast sha256 without pubDate 2016-01-13 16:19:02 +00:00
Vítor Galvão dec475c581 hopper-disassembler.rb: fixed name stanzas 2016-01-11 18:38:14 +00:00
Vítor Galvão 64b4d0d490 updated hopper-disassembler (3.11.5) 2016-01-07 20:55:10 -05:00
Josh Hagins 6508f1a5b3 hopper-disassembler.rb: RuboCop (master), RuboCop-cask (master) auto-correct 2016-01-03 15:28:49 -05:00
Josh Hagins feba4ec740 Remove DSL versions from all casks 2015-12-17 20:15:28 -05:00
buo e02f0857a5 Update Hopper to 3.11.2 2015-11-18 17:03:21 -05:00
buo 41bb991702 Update Hopper to 3.11.1 2015-11-01 17:19:30 +09:00
buo dacc6c1ebf Update Hopper to 3.11.0 2015-10-29 18:58:22 +00:00
Justin Garrick dd816626b8 Update hopper-disassembler to 3.10.9.1 2015-10-07 01:52:15 +03:00
buo 06478b3eac Update Hopper, Hopper Disassembler to 3.10.9 2015-09-19 19:52:07 +03:00
Gasol Wu 7bb16f2b43 hopper-disassembler.rb: upgrade to 3.10.8.1 2015-09-13 11:01:08 +03:00
Victor Popkov 011efb220b hopper-disassembler.rb: add depends_on and update zap 2015-08-11 19:03:01 +03:00
Victor Popkov 6b829fc9a8 hopper-disassembler.rb: upgrade to v3.10.3 and update appcast 2015-08-11 19:03:01 +03:00
Maurice Kelly ee87fcf71a Update Hopper Disassembler to version 3.10.2.2
This commit updates the version and sha256 stanzas.
2015-08-04 12:21:26 +01:00
Dmitry Rodionov 80ab944c62 hopper-disassembler: update to 3.9.16 2015-07-06 12:56:22 +01:00
Nathan Toone 51375326f8 hopper-disassembler: update version, add binary, and zap stanza 2015-06-19 02:29:39 +01:00
Koen Rouwhorst 51849cb103 Upgrade Hopper Disassembler to v3.9.11 2015-06-15 13:31:57 +02:00
Victor Popkov 488bd96f30 Upgrade Hopper Disassembler v3.app to v3.9.9 2015-06-04 10:42:42 +03:00
Koen Rouwhorst 1878ebeeb6 Upgrade Hopper Disassembler.app to v3.9.4 2015-05-09 21:34:28 +02:00
Koen Rouwhorst 88e20b6ecc Update Hopper to use versioned downloads 2015-04-25 11:42:24 +02:00
Anant Shrivastava b899ff3a5b updated hopper-disassembler code
the zip file doesn't have v3 prefix now and it unzips to just Hopper Disassembler.app hence removed v3
2015-04-10 10:41:09 +05:30
Vítor Galvão 068790bb99 hopper-disassembler.rb: added name 2015-01-04 21:32:29 +00:00
Vítor Galvão 37ee568bc7 hopper-disassembler.rb: change ':unknown' license comment 2014-12-20 13:46:19 +00:00
Roland Walker 0951ab3be4 license todo comment in hopper-disassembler 2014-12-10 08:49:38 -05:00
Roland Walker e70a30cd9d new-style header in hopper-disassembler 2014-11-13 12:35:29 -05:00