ghc-bin: update to 9.0.2
Co-authored-by: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
This commit is contained in:
parent
7a32a52ad0
commit
b6e43cbe8f
1 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ghc-bin'
|
||||
pkgname=ghc-bin
|
||||
version=8.10.7
|
||||
version=9.0.2
|
||||
revision=1
|
||||
archs="i686 x86_64* ppc64le* ppc64"
|
||||
wrksrc="ghc-${version%[!0-9]}"
|
||||
|
@ -15,29 +15,29 @@ noshlibprovides=yes
|
|||
conflicts="ghc>=0 ghc-doc>=0"
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64)
|
||||
distfiles="https://downloads.haskell.org/~ghc/${version%[!0-9]}/ghc-${version}-x86_64-deb9-linux.tar.xz"
|
||||
checksum=ced9870ea351af64fb48274b81a664cdb6a9266775f1598a79cbb6fdd5770a23
|
||||
distfiles="https://downloads.haskell.org/ghc/${version%[!0-9]}/ghc-${version}-x86_64-deb9-linux.tar.xz"
|
||||
checksum=805f5628ce6cec678ba77ff48c924831ebdf75ec2c66368e8935a618913a150e
|
||||
;;
|
||||
x86_64-musl)
|
||||
# create with "make binary-dist"
|
||||
distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-x86_64-void-linux-musl.tar.xz"
|
||||
checksum=52f6492f39f13890f4ecd83784724ae9fff7a02fdc624a56c49872c912608a50
|
||||
checksum=e21eaddeffcd5de7abe43b1f3982a3bc2c5b5f408d2574857cb2b0368106e12c
|
||||
;;
|
||||
i686)
|
||||
distfiles="https://downloads.haskell.org/~ghc/${version%[!0-9]}/ghc-${version}-i386-deb9-linux.tar.xz"
|
||||
checksum=fbfc1ef194f4e7a4c0da8c11cc69b17458a4b928b609b3622c97acc4acd5c5ab
|
||||
distfiles="https://downloads.haskell.org/ghc/${version%[!0-9]}/ghc-${version}-i386-deb9-linux.tar.xz"
|
||||
checksum=fdeb9f8928fbe994064778a8e1e85bb1a58a6cd3dd7b724fcc2a1dcfda6cad47
|
||||
;;
|
||||
ppc64le)
|
||||
distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-powerpc64le-void-linux.tar.xz"
|
||||
checksum=4662c88bc642941d9d463fd4878fc799e081c6fc5b10d2df5fa48e0cadea888c
|
||||
checksum=7de8114c991f9a2a3b0f5e472da76e3956be6447efec4b1157f14e707049f22d
|
||||
;;
|
||||
ppc64le-musl)
|
||||
distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-powerpc64le-void-linux-musl.tar.xz"
|
||||
checksum=c01b2d9d4c7b05a62f79b24e374413ac524116cbe5fb7c20673d62b8c3eebf10
|
||||
checksum=37de8e069712307c9b2039e92f56e540e80ca1390dd27aa247ebe18c40e0c629
|
||||
;;
|
||||
ppc64)
|
||||
distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-powerpc64-void-linux.tar.xz"
|
||||
checksum=b8578e602abd4b453845303fb9cfed0b2186f86f60e3aa45869026ea833726c8
|
||||
checksum=6eb8684fdbede0cded7e3f7b93574b968f5f66dd2fcd4ec30ac5f0c402af6602
|
||||
;;
|
||||
*)
|
||||
broken="No distfiles available for this target"
|
||||
|
|
Loading…
Reference in a new issue