Skip to content

Commit daa376c

Browse files
authored
upd(nushell-bin): 0.99.1 -> 0.100.0 (#6721)
1 parent be4d4f8 commit daa376c

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

packages/nushell-bin/.SRCINFO

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgbase = nushell-bin
2-
pkgver = 0.99.1
2+
pkgver = 0.100.0
33
pkgdesc = A new type of shell
44
arch = arm64
55
arch = amd64
@@ -9,9 +9,9 @@ pkgbase = nushell-bin
99
breaks = nushell-app
1010
maintainer = wizard-28 <[email protected]>
1111
repology = project: nushell
12-
source_arm64 = https://github.com/nushell/nushell/releases/download/0.99.1/nu-0.99.1-aarch64-unknown-linux-gnu.tar.gz
13-
sha256sums_arm64 = 5e4437a05faf127d91760f86b07e895832bd7afef6db90b8c717bcbc9ecb4299
14-
source_amd64 = https://github.com/nushell/nushell/releases/download/0.99.1/nu-0.99.1-x86_64-unknown-linux-gnu.tar.gz
15-
sha256sums_amd64 = 3aeb6b790414e29296097790074f2e03db29b0aba329306e3ffdbfefa3e2664f
12+
source_arm64 = https://github.com/nushell/nushell/releases/download/0.100.0/nu-0.100.0-aarch64-unknown-linux-gnu.tar.gz
13+
sha256sums_arm64 = 12f9b74c18e8f3d58acdab1e7a1c84c547a60be2e426d075bf7c42296c2ea9e2
14+
source_amd64 = https://github.com/nushell/nushell/releases/download/0.100.0/nu-0.100.0-x86_64-unknown-linux-gnu.tar.gz
15+
sha256sums_amd64 = 7bcd2c64bc7028f8cdbb25f2f84d61b3c9418ce6c39e13c7f010d412f1e8711e
1616

1717
pkgname = nushell-bin

packages/nushell-bin/nushell-bin.pacscript

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ maintainer=("wizard-28 <[email protected]>")
1010

1111
pkgname="nushell-bin"
1212
fake_gives="nushell"
13-
pkgver="0.99.1"
13+
pkgver="0.100.0"
1414
pkgdesc="A new type of shell"
1515
breaks=("${fake_gives}" "${fake_gives}-git" "${fake_gives}-deb" "${fake_gives}-app")
1616
repology=("project: nushell")
1717
arch=('arm64' 'amd64')
18-
sha256sums_arm64=("5e4437a05faf127d91760f86b07e895832bd7afef6db90b8c717bcbc9ecb4299")
19-
sha256sums_amd64=("3aeb6b790414e29296097790074f2e03db29b0aba329306e3ffdbfefa3e2664f")
18+
sha256sums_arm64=("12f9b74c18e8f3d58acdab1e7a1c84c547a60be2e426d075bf7c42296c2ea9e2")
19+
sha256sums_amd64=("7bcd2c64bc7028f8cdbb25f2f84d61b3c9418ce6c39e13c7f010d412f1e8711e")
2020
source_amd64=("https://github.com/nushell/nushell/releases/download/${pkgver}/nu-${pkgver}-x86_64-unknown-linux-gnu.tar.gz")
2121
source_arm64=("https://github.com/nushell/nushell/releases/download/${pkgver}/nu-${pkgver}-aarch64-unknown-linux-gnu.tar.gz")
2222

srclist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7502,7 +7502,7 @@ pkgbase = nuclei-bin
75027502
pkgname = nuclei-bin
75037503
---
75047504
pkgbase = nushell-bin
7505-
pkgver = 0.99.1
7505+
pkgver = 0.100.0
75067506
pkgdesc = A new type of shell
75077507
arch = arm64
75087508
arch = amd64
@@ -7512,10 +7512,10 @@ pkgbase = nushell-bin
75127512
breaks = nushell-app
75137513
maintainer = wizard-28 <[email protected]>
75147514
repology = project: nushell
7515-
source_arm64 = https://github.com/nushell/nushell/releases/download/0.99.1/nu-0.99.1-aarch64-unknown-linux-gnu.tar.gz
7516-
sha256sums_arm64 = 5e4437a05faf127d91760f86b07e895832bd7afef6db90b8c717bcbc9ecb4299
7517-
source_amd64 = https://github.com/nushell/nushell/releases/download/0.99.1/nu-0.99.1-x86_64-unknown-linux-gnu.tar.gz
7518-
sha256sums_amd64 = 3aeb6b790414e29296097790074f2e03db29b0aba329306e3ffdbfefa3e2664f
7515+
source_arm64 = https://github.com/nushell/nushell/releases/download/0.100.0/nu-0.100.0-aarch64-unknown-linux-gnu.tar.gz
7516+
sha256sums_arm64 = 12f9b74c18e8f3d58acdab1e7a1c84c547a60be2e426d075bf7c42296c2ea9e2
7517+
source_amd64 = https://github.com/nushell/nushell/releases/download/0.100.0/nu-0.100.0-x86_64-unknown-linux-gnu.tar.gz
7518+
sha256sums_amd64 = 7bcd2c64bc7028f8cdbb25f2f84d61b3c9418ce6c39e13c7f010d412f1e8711e
75197519

75207520
pkgname = nushell-bin
75217521
---

0 commit comments

Comments
 (0)