summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramesgen2021-11-14 14:08:43 +0100
committeramesgen2021-11-14 14:08:43 +0100
commit71a04827e492e45c63868b30d8ce291737938584 (patch)
tree8aca0471562acb17f443a231e9b2dbcaa6a98e2e
parentd40c1530599deabca4de0de163bce9adb524a836 (diff)
downloadaur-71a04827e492e45c63868b30d8ce291737938584.tar.gz
0.1.17.4 got re-released
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f859bb210127..e15d402c12b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ghcup-hs-bin
pkgdesc = an installer for the general purpose language Haskell
pkgver = 0.1.17.4
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.haskell.org/haskell/ghcup-hs
install = ghcup-hs-bin.install
arch = x86_64
@@ -14,12 +14,12 @@ pkgbase = ghcup-hs-bin
optdepends = ncurses5-compat-libs: using older ghc's linking against libtinfo.so.5
conflicts = ghcup-git
source_x86_64 = ghcup-0.1.17.4-x86_64::https://downloads.haskell.org/~ghcup/0.1.17.4/x86_64-linux-ghcup-0.1.17.4
- sha256sums_x86_64 = a16f52c44682e863e0ed1f84e449b558d4d3e217d910fb68139e778c72e4c66b
+ sha256sums_x86_64 = a737cdf850d4874659050968b42745229f44b32cb40f7f3ad90b3820bb969582
source_aarch64 = ghcup-0.1.17.4-aarch64::https://downloads.haskell.org/~ghcup/0.1.17.4/aarch64-linux-ghcup-0.1.17.4
- sha256sums_aarch64 = d2e05c8de5bd21bdcf579f37ece6dbe0b1c5f57343ba489b2d93b0e1ccddc56e
+ sha256sums_aarch64 = 5a3075337e638245d182d9d27030cddbd3cb5e3ab8e3e88cd3ae412d2974c4a2
source_armv7h = ghcup-0.1.17.4-armv7h::https://downloads.haskell.org/~ghcup/0.1.17.4/armv7-linux-ghcup-0.1.17.4
- sha256sums_armv7h = 4175234a39afa7d55c7859836c82d5dc4ee8facff98a93237717cd36d4449386
+ sha256sums_armv7h = 1ae599a96daf8de717b80a0bf8e7575b533b4baadb5f5720e478146b58e90a2a
source_i686 = ghcup-0.1.17.4-i686::https://downloads.haskell.org/~ghcup/0.1.17.4/i386-linux-ghcup-0.1.17.4
- sha256sums_i686 = dae660cb8dfbae7905bce4e48038c6a645b501afc10878f33f58225dd2a5edeb
+ sha256sums_i686 = 889357956397a4f77eb320e39fc1c628c7c51bd7934095bc87792959ecd0e62d
pkgname = ghcup-hs-bin
diff --git a/PKGBUILD b/PKGBUILD
index e32e4588226e..a3714622517f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: amesgen <amesgen AT amesgen DOT de>
pkgname=ghcup-hs-bin
pkgver=0.1.17.4
-pkgrel=1
+pkgrel=2
pkgdesc="an installer for the general purpose language Haskell"
arch=('x86_64' 'aarch64' 'armv7h' 'i686')
url="https://gitlab.haskell.org/haskell/ghcup-hs"
@@ -15,10 +15,10 @@ source_x86_64=(ghcup-$pkgver-x86_64::https://downloads.haskell.org/~ghcup/$pkgve
source_aarch64=(ghcup-$pkgver-aarch64::https://downloads.haskell.org/~ghcup/$pkgver/aarch64-linux-ghcup-$pkgver)
source_armv7h=(ghcup-$pkgver-armv7h::https://downloads.haskell.org/~ghcup/$pkgver/armv7-linux-ghcup-$pkgver)
source_i686=(ghcup-$pkgver-i686::https://downloads.haskell.org/~ghcup/$pkgver/i386-linux-ghcup-$pkgver)
-sha256sums_x86_64=('a16f52c44682e863e0ed1f84e449b558d4d3e217d910fb68139e778c72e4c66b')
-sha256sums_aarch64=('d2e05c8de5bd21bdcf579f37ece6dbe0b1c5f57343ba489b2d93b0e1ccddc56e')
-sha256sums_armv7h=('4175234a39afa7d55c7859836c82d5dc4ee8facff98a93237717cd36d4449386')
-sha256sums_i686=('dae660cb8dfbae7905bce4e48038c6a645b501afc10878f33f58225dd2a5edeb')
+sha256sums_x86_64=('a737cdf850d4874659050968b42745229f44b32cb40f7f3ad90b3820bb969582')
+sha256sums_aarch64=('5a3075337e638245d182d9d27030cddbd3cb5e3ab8e3e88cd3ae412d2974c4a2')
+sha256sums_armv7h=('1ae599a96daf8de717b80a0bf8e7575b533b4baadb5f5720e478146b58e90a2a')
+sha256sums_i686=('889357956397a4f77eb320e39fc1c628c7c51bd7934095bc87792959ecd0e62d')
install="$pkgname.install"
package() {