Commit Graph

35 Commits

Author SHA1 Message Date
commitay d25ff5c0be
Update cmake to 3.11.1 (#46056) 2018-04-18 04:42:31 +10:00
commitay 7716eacbad
Update cmake to 3.11.0 (#45381) 2018-03-31 08:46:18 +10:00
Samuele Decarli b8bdffde5b Update cmake to 3.10.3 (#44923) 2018-03-17 08:27:35 +10:00
commitay a6dc2ab524
Update cmake to 3.10.2 (#42983) 2018-01-22 13:54:53 +10:00
commitay f90ec7a083
Update cmake to 3.10.1 (#41956) 2017-12-15 08:10:58 +10:00
commitay fbb96083ab Update cmake to 3.10.0 (#41127) 2017-11-21 19:19:09 +00:00
commitay bf5d505e1a Update cmake to 3.9.6 (#40649) 2017-11-12 23:58:50 -05:00
commitay a67d01e181
Update cmake to 3.9.5 (#40355) 2017-11-05 21:20:19 +10:00
commitay f750ca6a1d Update cmake to 3.9.4 (#39308) 2017-10-05 15:13:42 +10:00
commitay f87b3a1189 Update cmake to 3.9.3 (#38795) 2017-09-21 07:06:15 +08:00
commitay 980d2a1635 Update cmake to 3.9.2 (#38383) 2017-09-08 09:47:20 +08:00
commitay 60a0d884d1 Update cmake to 3.9.1 (#37589) 2017-08-11 16:39:39 +10:00
commitay 2c90c19d68 Update cmake to 3.9.0 (#36752) 2017-07-19 17:33:31 +08:00
commitay 465d6ff1ef Update cmake to 3.8.2 (#36542) 2017-07-15 10:52:54 +03:00
Denis Gladkikh 2a64aa9014 CMake 3.8.0 (#32382) 2017-04-15 10:53:21 +08:00
Artem Medvedev a1f79d5b8b Update cmake to 3.7.2 (#29214) 2017-01-20 11:41:54 +08:00
Hervé Yviquel cb882dc841 Update cmake to 3.7.1 (#27838) 2016-12-15 22:03:50 +02:00
Victor Popkov 567f0941e0 Fix homepages in 100 casks to include a bare domain slash (#27176) 2016-11-27 12:49:48 +02:00
Vítor Galvão 60531a2812 remove license from all casks (#25368) 2016-10-10 17:45:23 +01:00
Alex 7ad7c7f166 Update cmake.rb (#23210) 2016-07-28 12:36:19 +08: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
Gordon McShane b1fb1a446c updated cmake (3.5.1) 2016-03-28 12:27:07 -04:00
Gordon McShane c3b5389ee8 cmake 3.5.0 2016-03-11 17:05:02 -05:00
Andy Li 9a4fa1bd0d cmake 3.4.3 2016-03-06 20:13:43 -05:00
Josh Hagins 312ae841f1 Use Ruby 1.9 hash syntax in casks where possible 2016-01-17 21:57:28 -05:00
Josh Hagins 1dbef1b776 cmake.rb: RuboCop (master), RuboCop-cask (master) auto-correct 2016-01-03 15:28:49 -05:00
Tommy Sparber 18f1402dc1 Switch to HTTPS for 360 Casks
Every changed URL was reachable using valid HTTPS and returned a
StatusCode of 200.
2015-12-27 10:11:04 +11:00
Jiajun Wang 282463e6ea Upgrade CMake.app to 3.4.1 2015-12-21 11:28:51 +00:00
Josh Hagins feba4ec740 Remove DSL versions from all casks 2015-12-17 20:15:28 -05:00
Michael Eischer 6c346d0bfd Upgrade CMake.app to v3.3.2 2015-10-19 20:49:33 +02:00
Matt Dering 27b9fb77d8 updated cmake 2015-04-21 16:32:25 +01:00
Victor Popkov a9c330ff7d cmake.rb: add name 2015-03-26 05:14:01 +02:00
Josh Hagins e0842a9e8f cmake: Add CLI binaries 2015-01-23 17:34:59 -05:00
Dominyk Tiller 8bf32f0989 cmake 3.1.1
Version bump. URL has slightly changed upstream, so updated here.
2015-01-23 18:34:49 +00:00
Dominyk Tiller ec51e2a108 cmake 3.1.0 (new cask)
New Cask for the CMake GUI .app.
2015-01-02 04:23:49 +00:00