Skip to content

Commit

Permalink
upd(nushell-bin): 0.99.1 -> 0.100.0 (#6721)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elsie19 authored Dec 6, 2024
1 parent be4d4f8 commit daa376c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions packages/nushell-bin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgbase = nushell-bin
pkgver = 0.99.1
pkgver = 0.100.0
pkgdesc = A new type of shell
arch = arm64
arch = amd64
Expand All @@ -9,9 +9,9 @@ pkgbase = nushell-bin
breaks = nushell-app
maintainer = wizard-28 <[email protected]>
repology = project: nushell
source_arm64 = https://github.com/nushell/nushell/releases/download/0.99.1/nu-0.99.1-aarch64-unknown-linux-gnu.tar.gz
sha256sums_arm64 = 5e4437a05faf127d91760f86b07e895832bd7afef6db90b8c717bcbc9ecb4299
source_amd64 = https://github.com/nushell/nushell/releases/download/0.99.1/nu-0.99.1-x86_64-unknown-linux-gnu.tar.gz
sha256sums_amd64 = 3aeb6b790414e29296097790074f2e03db29b0aba329306e3ffdbfefa3e2664f
source_arm64 = https://github.com/nushell/nushell/releases/download/0.100.0/nu-0.100.0-aarch64-unknown-linux-gnu.tar.gz
sha256sums_arm64 = 12f9b74c18e8f3d58acdab1e7a1c84c547a60be2e426d075bf7c42296c2ea9e2
source_amd64 = https://github.com/nushell/nushell/releases/download/0.100.0/nu-0.100.0-x86_64-unknown-linux-gnu.tar.gz
sha256sums_amd64 = 7bcd2c64bc7028f8cdbb25f2f84d61b3c9418ce6c39e13c7f010d412f1e8711e

pkgname = nushell-bin
6 changes: 3 additions & 3 deletions packages/nushell-bin/nushell-bin.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ maintainer=("wizard-28 <[email protected]>")

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

Expand Down
10 changes: 5 additions & 5 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -7502,7 +7502,7 @@ pkgbase = nuclei-bin
pkgname = nuclei-bin
---
pkgbase = nushell-bin
pkgver = 0.99.1
pkgver = 0.100.0
pkgdesc = A new type of shell
arch = arm64
arch = amd64
Expand All @@ -7512,10 +7512,10 @@ pkgbase = nushell-bin
breaks = nushell-app
maintainer = wizard-28 <[email protected]>
repology = project: nushell
source_arm64 = https://github.com/nushell/nushell/releases/download/0.99.1/nu-0.99.1-aarch64-unknown-linux-gnu.tar.gz
sha256sums_arm64 = 5e4437a05faf127d91760f86b07e895832bd7afef6db90b8c717bcbc9ecb4299
source_amd64 = https://github.com/nushell/nushell/releases/download/0.99.1/nu-0.99.1-x86_64-unknown-linux-gnu.tar.gz
sha256sums_amd64 = 3aeb6b790414e29296097790074f2e03db29b0aba329306e3ffdbfefa3e2664f
source_arm64 = https://github.com/nushell/nushell/releases/download/0.100.0/nu-0.100.0-aarch64-unknown-linux-gnu.tar.gz
sha256sums_arm64 = 12f9b74c18e8f3d58acdab1e7a1c84c547a60be2e426d075bf7c42296c2ea9e2
source_amd64 = https://github.com/nushell/nushell/releases/download/0.100.0/nu-0.100.0-x86_64-unknown-linux-gnu.tar.gz
sha256sums_amd64 = 7bcd2c64bc7028f8cdbb25f2f84d61b3c9418ce6c39e13c7f010d412f1e8711e

pkgname = nushell-bin
---
Expand Down

0 comments on commit daa376c

Please sign in to comment.