ghc-bin: Change default XBPS mirror address
This commit is contained in:
parent
21e12519ba
commit
bd523c9d7e
|
@ -20,7 +20,7 @@ x86_64)
|
||||||
;;
|
;;
|
||||||
x86_64-musl)
|
x86_64-musl)
|
||||||
# create with "make binary-dist"
|
# create with "make binary-dist"
|
||||||
distfiles="https://repo.voidlinux.eu/distfiles/ghc-${version}-x86_64-void-linux-musl.tar.xz"
|
distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-x86_64-void-linux-musl.tar.xz"
|
||||||
checksum=52d72673f3213a9f629f441583c58fad099fa8827a3e86ecddadf4f8334031f9
|
checksum=52d72673f3213a9f629f441583c58fad099fa8827a3e86ecddadf4f8334031f9
|
||||||
;;
|
;;
|
||||||
i686)
|
i686)
|
||||||
|
|
Loading…
Reference in New Issue