ghc-bin: fix musl distfile path
This commit is contained in:
parent
9967cb6d16
commit
3e76063cb1
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ x86_64)
|
|||
;;
|
||||
x86_64-musl)
|
||||
# create with "make binary-dist"
|
||||
distfiles="https://distfiles.voidlinux.de/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=e335578cf199588dbfd5a3c678a4fc0b0d44ec83771a902a01e510b993b3e01e
|
||||
;;
|
||||
i686)
|
||||
|
|
Loading…
Reference in a new issue