You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
268 B
11 lines
268 B
8 years ago
|
cask 'josm-latest' do
|
||
|
version :latest
|
||
|
sha256 :no_check
|
||
|
|
||
|
url 'https://josm.openstreetmap.de/jenkins/job/JOSM/jdk=JDK8/lastSuccessfulBuild/artifact/dist/josm-custom-macosx.zip'
|
||
|
name 'josm latest'
|
||
|
homepage 'https://josm.openstreetmap.de/'
|
||
|
|
||
|
app 'JOSM.app'
|
||
|
end
|