diff options
author | Joey Hess <joey@kitenet.net> | 2014-06-18 15:49:05 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-06-18 15:49:05 -0400 |
commit | edb00ef07a0d733553807db253e851aeeb33ccb2 (patch) | |
tree | 814389f618b306a1ba50aaa7c3a3f873dd72d65b /Build | |
parent | 6382a19494ebaa9bbac37b7fd43c347450a76ec3 (diff) |
fix url
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 9319b37df..58dca2e05 100644 --- a/Build/DistributionUpdate.hs +++ b/Build/DistributionUpdate.hs @@ -37,7 +37,7 @@ autobuilds = ] where linuxarch a = - ( "https://downloads.kitenet.net/git-annex/autobuild/i386/git-annex-standalone-" ++ a ++ ".tar.gz" + ( "https://downloads.kitenet.net/git-annex/autobuild/" ++ a ++ "/git-annex-standalone-" ++ a ++ ".tar.gz" , "git-annex/linux/current/git-annex-standalone-" ++ a ++ ".tar.gz" ) androidversion v = |