diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-06-11 21:44:59 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-06-12 07:36:35 +0000 |
commit | 09fbccd0e67b9482371e4e2ac2dacdcf41f8506d (patch) | |
tree | 6e32d41d6ddc235923a2089190dc4a4c8b65cc59 /community | |
parent | 0194bb7bf46305018dcebec6f44468c28da2c401 (diff) | |
download | aports-09fbccd0e67b9482371e4e2ac2dacdcf41f8506d.tar.bz2 aports-09fbccd0e67b9482371e4e2ac2dacdcf41f8506d.tar.xz |
community/ghc: upgrade to 8.4.3
Diffstat (limited to 'community')
-rw-r--r-- | community/ghc/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/ghc/APKBUILD b/community/ghc/APKBUILD index d3e67c070d..c7590eb3a7 100644 --- a/community/ghc/APKBUILD +++ b/community/ghc/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Mitch Tishmack <mitch.tishmack@gmail.com> pkgname=ghc -pkgver=8.4.2 +pkgver=8.4.3 pkgrel=0 # Normal non rc candidate _urlprefix="$pkgver" @@ -183,6 +183,6 @@ dev() { echo "$pfiles" | cpio -pamVd "$subpkgdir" echo "$pfiles" | xargs rm -fr } -sha512sums="aeb17c986c597762381d9887679eb0eec194c2938a92b5a33e66b4c80002ead02d672b4aa968e1061ab5652b74e46a3c9f9e3d58d5be4a0ae47aa8aed288cf1f ghc-8.4.2-src.tar.xz -67ce9cb89ea5b04c4d4dec4252a00c990d16ebca917959d2b251e6f230e14d297cd7b5a29f5acf5a2d1e0ff33ffa65b33688cdd2eab8bdb4d4e88245c7a6e53e ghc-8.4.2-testsuite.tar.xz +sha512sums="c6cea84264f32ae888f9931f834a1d721889242f656d14262e787ec54a1793d1862ce76daacaf1006c12b8af12919501afce1dc02571373e24830e4d51803414 ghc-8.4.3-src.tar.xz +8a6d1016ae7166c0932973a22e8bfa02e4edab2374ea4dbcc7c9315245bc2df72f8faab2e1e15220c0eeeeeee89549deb1b3ae6bb56899b208345ef02f53aa16 ghc-8.4.3-testsuite.tar.xz e1c2cef06d307eda4b35521204e95eb54ace5dbcd22de659e95356f884b4424d6304365e4ab45c5116192cba4c095e2e91114bc7cb73d7c7173a7035287d0854 0005-buildpath-abi-stability.patch" |