summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramesgen2021-07-29 14:48:34 +0200
committeramesgen2021-07-29 14:48:34 +0200
commit699d1cf1832c232ae555aa78fb4e2300cb258e70 (patch)
tree43a1060fa5d387f18c2fd3aff89222633dd8420d
parent18eb3b56f280fa3288065f67d2a62499e1a38022 (diff)
downloadaur-699d1cf1832c232ae555aa78fb4e2300cb258e70.tar.gz
update to 0.1.16.1
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD10
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09c3ffafd7b6..96e83951afaa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ghcup-hs-bin
pkgdesc = an installer for the general purpose language Haskell
- pkgver = 0.1.16
+ pkgver = 0.1.16.1
pkgrel = 1
url = https://gitlab.haskell.org/haskell/ghcup-hs
install = ghcup-hs-bin.install
@@ -13,13 +13,13 @@ pkgbase = ghcup-hs-bin
optdepends = wget
optdepends = ncurses5-compat-libs: using older ghc's linking against libtinfo.so.5
conflicts = ghcup-git
- source_x86_64 = ghcup-0.1.16-x86_64::https://downloads.haskell.org/~ghcup/0.1.16/x86_64-linux-ghcup-0.1.16
- sha256sums_x86_64 = 70e5303e2174b3029cbf4c7e4234a2542542cd5dee84ff200897531ac58c0340
- source_aarch64 = ghcup-0.1.16-aarch64::https://downloads.haskell.org/~ghcup/0.1.16/aarch64-linux-ghcup-0.1.16
- sha256sums_aarch64 = d74456a1e9fe4e6a4c97c70b5434161d383266bb9256a4fca09c3506c2904378
- source_armv7h = ghcup-0.1.16-armv7h::https://downloads.haskell.org/~ghcup/0.1.16/armv7-linux-ghcup-0.1.16
- sha256sums_armv7h = 45ee40965f800d49c2ca4a87a4a9333dbe12b96d529b94f769dd3dc925a6f529
- source_i686 = ghcup-0.1.16-i686::https://downloads.haskell.org/~ghcup/0.1.16/i386-linux-ghcup-0.1.16
- sha256sums_i686 = 90735a34164af1a0808a3606cd9605dbdf0c64262055cb7c377336691a87a7ae
+ source_x86_64 = ghcup-0.1.16.1-x86_64::https://downloads.haskell.org/~ghcup/0.1.16.1/x86_64-linux-ghcup-0.1.16.1
+ sha256sums_x86_64 = c3505d929722e245b22ec7a05267f1ae8e04089e139bbb470783eb9a1b648f83
+ source_aarch64 = ghcup-0.1.16.1-aarch64::https://downloads.haskell.org/~ghcup/0.1.16.1/aarch64-linux-ghcup-0.1.16.1
+ sha256sums_aarch64 = 31fecbb704e9e2474804f42817ab17bfac28e32e5aeba93ae3f4c77fbc105706
+ source_armv7h = ghcup-0.1.16.1-armv7h::https://downloads.haskell.org/~ghcup/0.1.16.1/armv7-linux-ghcup-0.1.16.1
+ sha256sums_armv7h = 795dd2032f0f4e4ea9688cd49393aba4c40c9eae84c8dea3477f5f440f750767
+ source_i686 = ghcup-0.1.16.1-i686::https://downloads.haskell.org/~ghcup/0.1.16.1/i386-linux-ghcup-0.1.16.1
+ sha256sums_i686 = 93ca5d77247b6ecac01be75e9ef5454adbb503b7957b8e9c59a5abd2046aef3c
pkgname = ghcup-hs-bin
diff --git a/PKGBUILD b/PKGBUILD
index a39662737293..f6aeffe93b15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: amesgen <amesgen AT amesgen DOT de>
pkgname=ghcup-hs-bin
-pkgver=0.1.16
+pkgver=0.1.16.1
pkgrel=1
pkgdesc="an installer for the general purpose language Haskell"
arch=('x86_64' 'aarch64' 'armv7h' 'i686')
@@ -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=('70e5303e2174b3029cbf4c7e4234a2542542cd5dee84ff200897531ac58c0340')
-sha256sums_aarch64=('d74456a1e9fe4e6a4c97c70b5434161d383266bb9256a4fca09c3506c2904378')
-sha256sums_armv7h=('45ee40965f800d49c2ca4a87a4a9333dbe12b96d529b94f769dd3dc925a6f529')
-sha256sums_i686=('90735a34164af1a0808a3606cd9605dbdf0c64262055cb7c377336691a87a7ae')
+sha256sums_x86_64=('c3505d929722e245b22ec7a05267f1ae8e04089e139bbb470783eb9a1b648f83')
+sha256sums_aarch64=('31fecbb704e9e2474804f42817ab17bfac28e32e5aeba93ae3f4c77fbc105706')
+sha256sums_armv7h=('795dd2032f0f4e4ea9688cd49393aba4c40c9eae84c8dea3477f5f440f750767')
+sha256sums_i686=('93ca5d77247b6ecac01be75e9ef5454adbb503b7957b8e9c59a5abd2046aef3c')
install="$pkgname.install"
package() {