summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKokaKiwi2020-09-28 18:40:22 +0200
committerKokaKiwi2020-09-28 18:40:22 +0200
commit643f6291680a0e266cfb8f1c2155ee9779f58164 (patch)
tree2138f2cc2b81182d11235cc002a4af550e210671
parentfe36e15a5f8e4da29db24f94b073696c9a67b71c (diff)
downloadaur-643f6291680a0e266cfb8f1c2155ee9779f58164.tar.gz
Update to 0.20.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c40038136869..f5ab2256dd43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nushell
pkgdesc = A new type of shell.
- pkgver = 0.19.0
+ pkgver = 0.20.0
pkgrel = 1
url = https://www.nushell.sh
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = nushell
depends = openssl
optdepends = libxcb
optdepends = libx11
- source = https://github.com/nushell/nushell/archive/0.19.0.tar.gz
- sha256sums = 18aefc280a51b2202daca4c5c27aa166f5c0049ebef16d9206fdd88616e8b2a0
+ source = https://github.com/nushell/nushell/archive/0.20.0.tar.gz
+ sha256sums = ccecbfd49d03ca45f347fe55b789b8732003ceab49a14af110390e723f2fd274
pkgname = nushell
install = nushell.install
diff --git a/PKGBUILD b/PKGBUILD
index fc1f559d0e71..167b21b50829 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=nu
pkgname=${_pkgname}shell
-pkgver=0.19.0
+pkgver=0.20.0
pkgrel=1
pkgdesc="A new type of shell."
url="https://www.nushell.sh"
@@ -16,7 +16,7 @@ optdepends=('libxcb' 'libx11')
arch=('x86_64' 'i686')
source=("https://github.com/nushell/nushell/archive/$pkgver.tar.gz")
# Use updpkgsums to update the checksum
-sha256sums=('18aefc280a51b2202daca4c5c27aa166f5c0049ebef16d9206fdd88616e8b2a0')
+sha256sums=('ccecbfd49d03ca45f347fe55b789b8732003ceab49a14af110390e723f2fd274')
package() {
install=nushell.install