mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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)
|
x86_64-musl)
|
||||||
# create with "make binary-dist"
|
# 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
|
checksum=e335578cf199588dbfd5a3c678a4fc0b0d44ec83771a902a01e510b993b3e01e
|
||||||
;;
|
;;
|
||||||
i686)
|
i686)
|
||||||
|
|
Loading…
Add table
Reference in a new issue