fix url
This commit is contained in:
parent
45f06f61ba
commit
bd49b63aa1
1 changed files with 1 additions and 1 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue