summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramesgen2020-09-22 23:55:03 +0200
committeramesgen2020-09-22 23:55:13 +0200
commitab0eb4c7edaaa46015adb94ce1de4fd31fede849 (patch)
tree1a41e61476a85ca5a17334d119351a7433429de3
parent124b479de70fa61ee0c64f803fc7cbe697ca0b78 (diff)
downloadaur-ab0eb4c7edaaa46015adb94ce1de4fd31fede849.tar.gz
update to 0.1.11
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4424e7372f8..b7601688982f 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.10
+ pkgver = 0.1.11
pkgrel = 1
url = https://gitlab.haskell.org/haskell/ghcup-hs
install = ghcup-hs-bin.install
@@ -10,11 +10,11 @@ pkgbase = ghcup-hs-bin
optdepends = wget
optdepends = ncurses5-compat-libs: using older ghc's linking against libtinfo.so.5
conflicts = ghcup-git
- source = ghcup-0.1.10::https://downloads.haskell.org/~ghcup/0.1.10/x86_64-linux-ghcup-0.1.10
- source = ghcup-comp-bash-0.1.10::https://gitlab.haskell.org/haskell/ghcup-hs/-/raw/v0.1.10/shell-completions/bash
- source = ghcup-comp-zsh-0.1.10::https://gitlab.haskell.org/haskell/ghcup-hs/-/raw/v0.1.10/shell-completions/zsh
- source = ghcup-comp-fish-0.1.10::https://gitlab.haskell.org/haskell/ghcup-hs/-/raw/v0.1.10/shell-completions/fish
- sha256sums = 87661bd127f857b990174ac8d96ad4bd629865306b2058c8cc64d3b36ed317c9
+ source = ghcup-0.1.11::https://downloads.haskell.org/~ghcup/0.1.11/x86_64-linux-ghcup-0.1.11
+ source = ghcup-comp-bash-0.1.11::https://gitlab.haskell.org/haskell/ghcup-hs/-/raw/v0.1.11/shell-completions/bash
+ source = ghcup-comp-zsh-0.1.11::https://gitlab.haskell.org/haskell/ghcup-hs/-/raw/v0.1.11/shell-completions/zsh
+ source = ghcup-comp-fish-0.1.11::https://gitlab.haskell.org/haskell/ghcup-hs/-/raw/v0.1.11/shell-completions/fish
+ sha256sums = b743eb4703e9b47a69bdf19adc181a0b02c04fbd18d372e8d8d034f685fcb042
sha256sums = 2cfbd028499615507bb081b4f6668caa34fe700ed5a4895f8c3716a54e53cafc
sha256sums = 3b2f4a9df87c17f3f6472cda80eca8357485a9efd78f32223559f797d55d0d31
sha256sums = 0b3afa4d80de4afcc89779911b6c64e319c55aef185dff2843e6d410a530bb3f
diff --git a/PKGBUILD b/PKGBUILD
index a179febf52d8..36de359acd7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: amesgen <amesgen AT amesgen DOT de>
pkgname=ghcup-hs-bin
-pkgver=0.1.10
+pkgver=0.1.11
pkgrel=1
pkgdesc="an installer for the general purpose language Haskell"
arch=('x86_64')
@@ -15,7 +15,7 @@ source=(ghcup-$pkgver::https://downloads.haskell.org/~ghcup/$pkgver/x86_64-linux
ghcup-comp-bash-$pkgver::$url/-/raw/v$pkgver/shell-completions/bash
ghcup-comp-zsh-$pkgver::$url/-/raw/v$pkgver/shell-completions/zsh
ghcup-comp-fish-$pkgver::$url/-/raw/v$pkgver/shell-completions/fish)
-sha256sums=('87661bd127f857b990174ac8d96ad4bd629865306b2058c8cc64d3b36ed317c9'
+sha256sums=('b743eb4703e9b47a69bdf19adc181a0b02c04fbd18d372e8d8d034f685fcb042'
'2cfbd028499615507bb081b4f6668caa34fe700ed5a4895f8c3716a54e53cafc'
'3b2f4a9df87c17f3f6472cda80eca8357485a9efd78f32223559f797d55d0d31'
'0b3afa4d80de4afcc89779911b6c64e319c55aef185dff2843e6d410a530bb3f')