Commit Graph

90523 Commits

Author SHA1 Message Date
suschizu 47c67401fc Update termius from 4.9.2 to 4.9.5 (#66617) 2019-07-23 09:38:50 -07:00
Filip Sobalski dbffbcff44 Add hdrmerge v0.5.0 (#66566)
* Add hdrmerge v0.5.0

* Update hdrmerge.rb
2019-07-23 16:57:28 +01:00
Brian Rotich 8540aadec5 Update postman to 7.3.4 (#66594) 2019-07-23 16:57:10 +01:00
James Chevalier 67829975db Update atom from 1.38.2 to 1.39.0 (#66615) 2019-07-23 08:36:19 -07:00
romainstuder 5362abe8de Add cask for Jalview, a free program for multiple sequence alignment … (#66610)
* Add cask for Jalview, a free program for multiple sequence alignment editing, visualisation and analysis.

* Update jalview.rb
2019-07-23 16:21:10 +01:00
Hannes Braun 0e5d52c9be Update burn from 2.6.7 to 2.6.8 (#66614) 2019-07-23 16:20:16 +01:00
Alex 695d630152 Add Ananas Analytics Desktop Edition v0.8.1 (#66588)
* Add Ananas Analytics Desktop Edidtion v0.8.1

* Update and rename ananas-desktop.rb to ananas-analytics-desktop-edition.rb
2019-07-23 16:15:28 +01:00
Karl Swedberg cf0854d7ef Add Autumn.app v1.0.7 (#66567) 2019-07-23 16:14:54 +01:00
Yurii Kolesnykov d1d507b80f Update multipass from 0.7.1 to 0.8.0 (#66592) 2019-07-23 16:13:14 +01:00
CoreCode 44e90100c2 Update skype from 8.49.0.49 to 8.50.0.38 (#66599) 2019-07-23 16:12:11 +01:00
hyuraku 26ba8f7f1d Skip uninstall in CI if manual installer. (#66436) 2019-07-23 16:51:19 +02:00
suschizu 3b33c6ba62 Update birdfont.rb (#66612) 2019-07-23 07:48:01 -07:00
Saeed Seyfi Dorcheh 8317a23c09 Update maccy from 0.3.6 to 0.3.7 (#66609) 2019-07-23 15:47:23 +01:00
Ben Darfler ec3ad381b0 Update pingplotter from 5.10.4 to 5.11.2 (#66611) 2019-07-23 07:35:20 -07:00
suschizu a08f2eeb6f Update decibel.rb (#66546) 2019-07-23 12:10:12 +02:00
Randall 9f0eefb391 Update aware from 1.0.3 to 1.0.5 (#66554) 2019-07-23 12:06:31 +02:00
suschizu be8c5ddb8f Update aware from 1.0.3 to 1.0.5 (#66600) 2019-07-23 12:06:14 +02:00
suschizu b6e87e7187 Update mutespotifyads.rb (#66578) 2019-07-23 12:00:56 +02:00
suschizu 2a3210a15d Update sketchup-pro.rb (#66572) 2019-07-23 11:39:19 +02:00
Randall 2f464b3f34 Update ios-app-signer from 1.12 to 1.2 (#66551) 2019-07-23 11:39:02 +02:00
suschizu 0743a5e1f9 Update roboform.rb (#66545) 2019-07-23 11:38:46 +02:00
suschizu c486b5d667 Update tag.rb (#66547) 2019-07-23 11:38:33 +02:00
suschizu 993ecf8d09 Delete kiibohd-configurator.rb (#66589)
the same cask appears in the driver-repository:
2019-07-23 11:38:18 +02:00
Andrey Izotov ff05bdbc49 Update vivaldi from 2.6.1566.44 to 2.6.1566.49 (#66568) 2019-07-23 11:38:08 +02:00
CoreCode 9ba67efe2c Update pingplotter from latest to 5.10.4 (#66571) 2019-07-23 11:37:53 +02:00
Randall af032cfa16 Update boostnote from 0.11.17 to 0.12.0-0 (#66579) 2019-07-23 11:37:08 +02:00
David Yantis 83c63c7716 Update vimr from 0.27.4-326 to 0.27.5-327 (#66597) 2019-07-23 11:36:41 +02:00
CoreCode 5931702998 Update sherlock from latest to 1.5.0 (#66598) 2019-07-23 11:35:46 +02:00
Hong Minhee b255b3bdb0 Update omnifocus to 3.4.2 (#66606) 2019-07-23 01:53:15 -07:00
Dominik H 0d87d518f1 Update iglance from 1.3.3 to 1.3.4 (#66605) 2019-07-23 01:49:13 -07:00
Randall ccf977f4c7 Update browserosaurus from 6.1.0 to 6.3.0 (#66577) 2019-07-22 19:03:13 -07:00
Xiao Yu 857f755801 miniconda - use a stable install path (#66544)
* miniconda - use a stable install path

Conda updates itself (as noted by the use of `auto_updates true`) so as noted by @janosh by installing into `staged_path` we end up using a path with the version number of the initial install of miniconda. So when we update conda with itself using:

```
$ conda update conda
```

We'll end up with a version that's different then the install path indicates which could cause confusion:

```
$ conda info --base
/usr/local/Caskroom/miniconda/4.6.14/miniconda3

$ conda --version
conda 4.7.10
```

This change uses `#{caskroom_path}/base` as the install path which gives us a nicer looking path for the base Conda env:

```
$ conda env list
base                  *  /usr/local/Caskroom/miniconda/base
```

And it will be stable across Conda updates:

```
$ conda info

     active environment : base
    active env location : /usr/local/Caskroom/miniconda/base
            shell level : 1
       user config file : /Users/xyu/.condarc
 populated config files :
          conda version : 4.7.10
    conda-build version : not installed
         python version : 3.7.3.final.0
       virtual packages :
       base environment : /usr/local/Caskroom/miniconda/base  (writable)
           channel URLs : https://repo.anaconda.com/pkgs/main/osx-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/r/osx-64
                          https://repo.anaconda.com/pkgs/r/noarch
          package cache : /usr/local/Caskroom/miniconda/base/pkgs
                          /Users/xyu/.conda/pkgs
       envs directories : /usr/local/Caskroom/miniconda/base/envs
                          /Users/xyu/.conda/envs
               platform : osx-64
             user-agent : conda/4.7.10 requests/2.22.0 CPython/3.7.3 Darwin/18.6.0 OSX/10.14.5
                UID:GID : 501:20
             netrc file : None
           offline mode : False
```

* Add caveat about needing conda init to finish setup

In order to use Conda `conda init` must first be run in the user's interactive login shell. Add a caveat to inform users of this after install, this resolves #66490.
2019-07-23 02:01:37 +01:00
Qi Zhang 519deb5978 Update transmit from 5.5.1 to 5.5.2 (#66602) 2019-07-22 17:17:27 -07:00
Jaime Lopez c906af9781 Update ripcord from 0.4.9 to 0.4.10 (#66595) 2019-07-22 13:37:56 -07:00
Masahiro Nagae 119f858b20 Update clip-studio-paint.rb checksum (#66593) 2019-07-22 11:32:32 -07:00
jcbot 3c6189846d Update webstorm to 2019.2,192.5728.87 (#66591) 2019-07-22 10:47:26 -07:00
jcbot c9dc19a85a Update jetbrains-toolbox to 1.15.5666 (#66590) 2019-07-22 10:41:05 -07:00
suschizu 3391ef44cf Update qcad from 3.22.1 to 3.23.0 (#66526)
* Update qcad from 3.22.1 to 3.23.0

* Update qcad.rb
2019-07-22 18:03:37 +01:00
CoreCode cc46576c03 Update delta (#66548) 2019-07-22 18:01:18 +01:00
Randall ebb3572a94 Update mysqlworkbench from 8.0.16 to 8.0.17 (#66587) 2019-07-22 09:51:14 -07:00
Randall 31b8585181 Update exodus from 19.7.7 to 19.7.18 (#66586) 2019-07-22 09:45:19 -07:00
Randall db0eb3bff5 Update folx from 5.9.13837 to 5.9.13838 (#66585) 2019-07-22 09:43:00 -07:00
Randall 39cfbd0e7f Update neofinder from 7.4 to 7.4.1 (#66584) 2019-07-22 09:39:45 -07:00
Randall e48e70790b Update virtualhostx from 8.7.11,80_60 to 8.7.12,80_61 (#66583) 2019-07-22 09:39:26 -07:00
Randall 16a9c14191 Update hook from 2552,1562746460 to 2581,1563727455 (#66582) 2019-07-22 09:35:51 -07:00
Randall a71608fc86 Update kube-forwarder from 1.2.0 to 1.3.0 (#66575) 2019-07-22 09:19:56 -07:00
Randall 44af540574 Update wavebox from 4.10.4 to 4.10.5 (#66576) 2019-07-22 08:27:37 -07:00
Randall 8414c74b4e Update fsnotes from 3.3.6 to 3.3.7 (#66574) 2019-07-22 08:23:35 -07:00
Randall cdc1f5bed1 Update dbeaver-community from 6.1.2 to 6.1.3 (#66573) 2019-07-22 08:19:48 -07:00
Sergio Ortega Sanchez f4d8e6f550 Update helio from 2.0 to 2.2 (#66570) 2019-07-22 05:59:18 -07:00