mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
ghc-bin: update to 7.8.4.
This commit is contained in:
parent
a3fb43c24e
commit
82e7c214d0
1 changed files with 17 additions and 17 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ghc-bin'
|
# Template file for 'ghc-bin'
|
||||||
pkgname=ghc-bin
|
pkgname=ghc-bin
|
||||||
version=7.8.3
|
version=7.8.4
|
||||||
revision=1
|
revision=1
|
||||||
depends="perl gcc libffi-devel gmp-devel"
|
depends="perl gcc libffi-devel gmp-devel"
|
||||||
short_desc="Glorious Haskell Compiler - precompiled binaries"
|
short_desc="Glorious Haskell Compiler - precompiled binaries"
|
||||||
|
@ -10,15 +10,15 @@ homepage="http://www.haskell.org/ghc/"
|
||||||
update_pattern='ghc-bin-\K[\d.]+\d+'
|
update_pattern='ghc-bin-\K[\d.]+\d+'
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64*)
|
x86_64*)
|
||||||
distfiles="http://code.haskell.org/~slyfox/ghc-amd64/$pkgname-$version-amd64.tbz2"
|
distfiles="http://code.haskell.org/~slyfox/ghc-amd64/$pkgname-$version-amd64.tbz2"
|
||||||
skip_extraction="$pkgname-$version-amd64.tbz2"
|
skip_extraction="$pkgname-$version-amd64.tbz2"
|
||||||
checksum=af49f547336a4f9f13cd625155d5a6a998e52ae7da8bbbddc856f88b00b6aff4
|
checksum=bd9d144c08caa0ff345ada8d7eed7592531b8f8b9ef2f94d0b9a42fd747440aa
|
||||||
;;
|
;;
|
||||||
i686*)
|
i686*)
|
||||||
distfiles="http://code.haskell.org/~slyfox/ghc-x86/$pkgname-$version-x86.tbz2"
|
distfiles="http://code.haskell.org/~slyfox/ghc-x86/$pkgname-$version-x86.tbz2"
|
||||||
skip_extraction="$pkgname-$version-x86.tbz2"
|
skip_extraction="$pkgname-$version-x86.tbz2"
|
||||||
checksum=c67f0d2471e594b4fdfc5b219bb6b61e57e6ba75132aa3f63d171550af8cbe3c
|
checksum=4c53148836e5a1ba55b8db5bb7c3eb915103e0955fb503b2facdc5a72f12a974
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue