diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-01-08 19:29:17 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-01-08 19:29:17 -0400 |
commit | 1b99e5aee3a65335f69e9e9101c8dd35c2489549 (patch) | |
tree | e32f4ef00f6329bb96884f2d408d4c083fd2d857 /Build | |
parent | 1dd53488337feaf044a3cf4112b6b5cf6274884a (diff) |
added android 5.0 build
Diffstat (limited to 'Build')
-rw-r--r-- | Build/DistributionUpdate.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/DistributionUpdate.hs b/Build/DistributionUpdate.hs index d7fb373c8..411121568 100644 --- a/Build/DistributionUpdate.hs +++ b/Build/DistributionUpdate.hs @@ -32,7 +32,7 @@ signingKey = "89C809CB" autobuilds :: [(URLString, FilePath)] autobuilds = (map linuxarch ["i386", "amd64", "armel"]) ++ - (map androidversion ["4.0", "4.3"]) ++ + (map androidversion ["4.0", "4.3", "5.0"]) ++ [ (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") ] |