summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKokaKiwi2020-09-07 15:10:07 +0200
committerKokaKiwi2020-09-07 15:10:07 +0200
commitfe36e15a5f8e4da29db24f94b073696c9a67b71c (patch)
treeec370822bfe61c0006adffe6defb02ab90b39735
parente51f3a435e5f21e06fe9266f048253c5fa2e77f7 (diff)
downloadaur-fe36e15a5f8e4da29db24f94b073696c9a67b71c.tar.gz
Updated: 0.19.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39a9199b573a..c40038136869 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nushell
pkgdesc = A new type of shell.
- pkgver = 0.18.1
+ pkgver = 0.19.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.18.1.tar.gz
- sha256sums = 68761a9145630199df16ccb39225acd58c19c8773aaa79ab5eb1674ff694ca79
+ source = https://github.com/nushell/nushell/archive/0.19.0.tar.gz
+ sha256sums = 18aefc280a51b2202daca4c5c27aa166f5c0049ebef16d9206fdd88616e8b2a0
pkgname = nushell
install = nushell.install
diff --git a/PKGBUILD b/PKGBUILD
index 3844ac0d3fc3..fc1f559d0e71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=nu
pkgname=${_pkgname}shell
-pkgver=0.18.1
+pkgver=0.19.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=('68761a9145630199df16ccb39225acd58c19c8773aaa79ab5eb1674ff694ca79')
+sha256sums=('18aefc280a51b2202daca4c5c27aa166f5c0049ebef16d9206fdd88616e8b2a0')
package() {
install=nushell.install