summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKokaKiwi2020-12-17 22:32:32 +0100
committerKokaKiwi2020-12-17 22:32:32 +0100
commitafc35d5e6507c41ad6e1f74e1fe6f18ce035457f (patch)
tree7069ff590c62eaee9ea24cc8152d812a248a769e
parentfc633000764a81d531f4e016f61e9821cfc285ed (diff)
downloadaur-afc35d5e6507c41ad6e1f74e1fe6f18ce035457f.tar.gz
Update: 0.24.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04c5795daf66..0594667534c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nushell
pkgdesc = A new type of shell.
- pkgver = 0.24.0
+ pkgver = 0.24.1
pkgrel = 1
url = https://www.nushell.sh
install = nushell.install
@@ -14,9 +14,9 @@ pkgbase = nushell
depends = libgit2
depends = zlib
depends = libx11
- source = https://github.com/nushell/nushell/archive/0.24.0.tar.gz
- sha256sums = 02edabab67947cc3907d71010778248b5836e04998c32f7e4957feaf669b54a9
- b2sums = e688a6d5ca8450c76b5e772a4a3b4ce3603c84fae8ab2663cf3b24aa444ef29e48aa0776fb89bc4fe91cb071ae6c50e49d21f2616249aa421337a3cf52731988
+ source = https://github.com/nushell/nushell/archive/0.24.1.tar.gz
+ sha256sums = 6048137c092c90c77d55717d477669374115e77d08c77c3e85734086084a32b3
+ b2sums = 6034948e59932c92b85bc1b6ca03ac755baa6476da979ab4064e2e6fe78a7b8fada1e8869944592199f3606902cb213d29601ec702b105979cd11c65e7f8643a
pkgname = nushell
diff --git a/PKGBUILD b/PKGBUILD
index 8aadd7fb6560..1eec05199523 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Bumsik Kim <k.bumsik@gmail.com>
pkgname=nushell
-pkgver=0.24.0
+pkgver=0.24.1
pkgrel=1
pkgdesc="A new type of shell."
url="https://www.nushell.sh"
@@ -13,8 +13,8 @@ makedepends=('rust' 'python')
arch=('x86_64' 'i686')
source=("https://github.com/nushell/nushell/archive/${pkgver}.tar.gz")
install=nushell.install
-sha256sums=('02edabab67947cc3907d71010778248b5836e04998c32f7e4957feaf669b54a9')
-b2sums=('e688a6d5ca8450c76b5e772a4a3b4ce3603c84fae8ab2663cf3b24aa444ef29e48aa0776fb89bc4fe91cb071ae6c50e49d21f2616249aa421337a3cf52731988')
+sha256sums=('6048137c092c90c77d55717d477669374115e77d08c77c3e85734086084a32b3')
+b2sums=('6034948e59932c92b85bc1b6ca03ac755baa6476da979ab4064e2e6fe78a7b8fada1e8869944592199f3606902cb213d29601ec702b105979cd11c65e7f8643a')
build() {
cd "${pkgname}-${pkgver}"