summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKokaKiwi2021-02-19 12:05:02 +0100
committerKokaKiwi2021-02-19 12:05:02 +0100
commit49ac14b73426b4a9f4619d2807960dd9d53297a7 (patch)
tree392df57ed54c7e8144aef2bca8c4fb4338be3f1b
parent2c5eef02a13874856f16b51bf592530ecb0607d0 (diff)
downloadaur-49ac14b73426b4a9f4619d2807960dd9d53297a7.tar.gz
Update: 0.27.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f27129b891d1..ed91c4e60e8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nushell
pkgdesc = A new type of shell.
- pkgver = 0.27.0
+ pkgver = 0.27.1
pkgrel = 1
url = https://www.nushell.sh
install = nushell.install
@@ -14,9 +14,9 @@ pkgbase = nushell
depends = libgit2
depends = zlib
depends = libx11
- source = nushell-0.27.0.tar.gz::https://github.com/nushell/nushell/archive/0.27.0.tar.gz
- sha256sums = 0d086c660af2e6e286fcac0d0063607bd302961ba542a087145f6a3948fd7130
- b2sums = 94f0d94ea1da339b1b0bb3d10126972ecc22c8b5345348d51f84c1d477fcf29c71fcc9de3beb9373932d1955a9ca952affff9f41492699e839a239fbd291f49c
+ source = nushell-0.27.1.tar.gz::https://github.com/nushell/nushell/archive/0.27.1.tar.gz
+ sha256sums = bd153a95ea15446bb61a9e0292adc165ee0dd3a586298e77a0041597d68bc04e
+ b2sums = 8936120af1572ce9ca9cb1c86d933fc839241ff9323cb8ff0f2f8838460749367a110b4fad9883434a1fbb7dbda3ac182ba6cecf9c6bafd779a16bde848f16eb
pkgname = nushell
diff --git a/PKGBUILD b/PKGBUILD
index f86f8bf9c6ba..06f743065137 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Bumsik Kim <k.bumsik@gmail.com>
pkgname=nushell
-pkgver=0.27.0
+pkgver=0.27.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')
install=nushell.install
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nushell/nushell/archive/${pkgver}.tar.gz")
-sha256sums=('0d086c660af2e6e286fcac0d0063607bd302961ba542a087145f6a3948fd7130')
-b2sums=('94f0d94ea1da339b1b0bb3d10126972ecc22c8b5345348d51f84c1d477fcf29c71fcc9de3beb9373932d1955a9ca952affff9f41492699e839a239fbd291f49c')
+sha256sums=('bd153a95ea15446bb61a9e0292adc165ee0dd3a586298e77a0041597d68bc04e')
+b2sums=('8936120af1572ce9ca9cb1c86d933fc839241ff9323cb8ff0f2f8838460749367a110b4fad9883434a1fbb7dbda3ac182ba6cecf9c6bafd779a16bde848f16eb')
build() {
cd "${pkgname}-${pkgver}"