ghc-bin: update to 8.8.4
This commit is contained in:
parent
d7723d6b51
commit
de1116c283
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ghc-bin'
|
||||
pkgname=ghc-bin
|
||||
version=8.8.3
|
||||
version=8.8.4
|
||||
revision=1
|
||||
archs="i686 x86_64* ppc64le"
|
||||
wrksrc="ghc-${version%[!0-9]}"
|
||||
|
@ -21,7 +21,7 @@ x86_64)
|
|||
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=50b7aff7d3d43b010e571df73e78e3c0169c671a55adbfee28753516ce1c2dc5
|
||||
checksum=779647d3f4e6e39da9e13b2559319ede76b4fff1107e4dc369a09aadeecad971
|
||||
;;
|
||||
i686)
|
||||
distfiles="https://downloads.haskell.org/~ghc/${version%[!0-9]}/ghc-${version}-i386-deb9-linux.tar.xz"
|
||||
|
@ -29,7 +29,7 @@ i686)
|
|||
;;
|
||||
ppc64le)
|
||||
distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-powerpc64le-void-linux.tar.xz"
|
||||
checksum=0c8df56aa0177459894ba53375115ab76f8eed9f4b1018fae5c332bcc6b79cb4
|
||||
checksum=4a13d36a3e3d605db02b89269ed727c3ba23c9d03b84b72c1716a910a28f8074
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in a new issue