Remove zooom/2 - it's discontinued. (#30282)

The developer homepage states that the project is closed.

"December 2016 represents the end of just over 10 years of work to bring a better move/resize tool to the market. Zooom/2 sold its very first copy in the second half of October in 2006, just over a decade ago.

Closing down the website and product from a commercial standpoint brings a mixed bag of feelings. On one hand I've been in the unique situation to help thousands of people have a far better experience on the Mac - and on the other hand I have chosen to stop active development of the product.

[...]

I will leave the website running until March 2017, after which it too shall be shut down."
http://www.coderage-software.com/index.html
This commit is contained in:
Martin Bagge / brother 2017-02-21 23:01:42 +01:00 committed by Victor Popkov
parent 10e01fdc0b
commit f93e2e9860
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
cask 'zooom' do
version :latest
sha256 :no_check
url 'http://software.coderage-software.com/zooom/Zooom_Latest.dmg'
name 'Zooom/2'
homepage 'https://coderage-software.com/zooom/'
depends_on macos: '>= :mavericks'
pkg 'Zooom2.pkg'
uninstall pkgutil: 'com.coderage.pkg.Zooom2'
caveats do
"There are known issues with installing this package, so if installation fails you may need to run the installer at #{staged_path}/Zooom2.pkg manually."
end
end