OSX autobuilder updated to 10.10
This commit is contained in:
parent
bf2b029c49
commit
04ca336b8e
2 changed files with 4 additions and 4 deletions
|
@ -33,7 +33,7 @@ autobuilds :: [(URLString, FilePath)]
|
|||
autobuilds =
|
||||
(map linuxarch ["i386", "amd64", "armel"]) ++
|
||||
(map androidversion ["4.0", "4.3"]) ++
|
||||
[ (autobuild "x86_64-apple-mavericks/git-annex.dmg", "git-annex/OSX/current/10.9_Mavericks/git-annex.dmg")
|
||||
[ (autobuild "x86_64-apple-yosemite/git-annex.dmg", "git-annex/OSX/current/10.10_Yosemite/git-annex.dmg")
|
||||
, (autobuild "windows/git-annex-installer.exe", "git-annex/windows/current/git-annex-installer.exe")
|
||||
]
|
||||
where
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
[[!img /assistant/osx-app.png align=right link=/assistant]]
|
||||
For easy installation, use the prebuilt app bundle.
|
||||
|
||||
* 10.9 Mavericks: [git-annex.dmg](https://downloads.kitenet.net/git-annex/OSX/current/10.9_Mavericks/git-annex.dmg)
|
||||
* 10.10 Yosemite: [git-annex.dmg](https://downloads.kitenet.net/git-annex/OSX/current/10.10_Yosemite/git-annex.dmg)
|
||||
* 10.8.2 Mountain Lion: [git-annex.dmg.bz2](https://downloads.kitenet.net/git-annex/OSX/current/10.8.2_Mountain_Lion/git-annex.dmg.bz2) **warning: not being updated any longer**
|
||||
* 10.7.5 Lion: [git-annex.dmg](https://downloads.kitenet.net/git-annex/OSX/current/10.7.5_Lion/git-annex.dmg) **warning: not being updated any longer**
|
||||
|
||||
|
@ -20,10 +20,10 @@ several more. Handy if you don't otherwise have git installed.
|
|||
|
||||
## autobuilds
|
||||
|
||||
[[Joey]] autobuilds the app for Mavericks, thanks to Kevin McKenzie
|
||||
[[Joey]] autobuilds the app for 10.10 Yosemite, thanks to Kevin McKenzie
|
||||
for hosting the autobuilder.
|
||||
|
||||
* [autobuild of git-annex.dmg](https://downloads.kitenet.net/git-annex/autobuild/x86_64-apple-mavericks/git-annex.dmg) ([build logs](https://downloads.kitenet.net/git-annex/autobuild/x86_64-apple-mavericks/))
|
||||
* [autobuild of git-annex.dmg](https://downloads.kitenet.net/git-annex/autobuild/x86_64-apple-yosemite/git-annex.dmg) ([build logs](https://downloads.kitenet.net/git-annex/autobuild/x86_64-apple-yosemite/))
|
||||
|
||||
## using Homebrew
|
||||
|
||||
|
|
Loading…
Reference in a new issue