summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6afa3517e9bc..986d2a7887d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Bumsik Kim <k.bumsik@gmail.com>
pkgname=nushell
-pkgver=0.28.0
+pkgver=0.29.0
pkgrel=1
pkgdesc="A new type of shell."
url="https://www.nushell.sh"
@@ -13,8 +13,8 @@ makedepends=('rust' 'python')
arch=('x86_64' 'i686')
install=nushell.install
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nushell/nushell/archive/${pkgver}.tar.gz")
-sha256sums=('aa6769f614a031ad33738064030d1c0d9ab500b2b0924adca71edacb1bd1d85d')
-b2sums=('77c066ce96d41aefe994d48a3ffda9f58ca600e650cf6389729d31e4937c228f4868033fb97777c4e9bdf3354280d513c01097c7e0a57b756695bd8522f11688')
+sha256sums=('1572c5e48c7b460e1693eb4dd153902cfff9b5069abd05297b79563e6ffbf9f1')
+b2sums=('4d32cc167734ae2f2cc72a0eb3945a6f5034126235dbed9e3f44e517cb230d74331e0606580172b85a5b624e5f8a8bad6922103069f55f17d55f21b3ffed79ae')
build() {
cd "${pkgname}-${pkgver}"