Skip to content

Commit

Permalink
Merge branch 'master' into it87-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Xdavius authored Jan 2, 2025
2 parents 0e1e7de + 346c8ae commit d98f545
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.100.0
pkgver = 0.101.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 = @nushell-bin~0.100.0::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 = @nushell-bin~0.100.0::https://github.com/nushell/nushell/releases/download/0.100.0/nu-0.100.0-x86_64-unknown-linux-gnu.tar.gz
sha256sums_amd64 = 7bcd2c64bc7028f8cdbb25f2f84d61b3c9418ce6c39e13c7f010d412f1e8711e
source_arm64 = @nushell-bin~0.101.0::https://github.com/nushell/nushell/releases/download/0.101.0/nu-0.101.0-aarch64-unknown-linux-gnu.tar.gz
sha256sums_arm64 = 0b6a5f4c95c11452d8d54b3efdb1b38f7599a40ea09bb5cdd9f0faf98c022a40
source_amd64 = @nushell-bin~0.101.0::https://github.com/nushell/nushell/releases/download/0.101.0/nu-0.101.0-x86_64-unknown-linux-gnu.tar.gz
sha256sums_amd64 = 7149728c779b5d7e7f86e34f36fd31332f7677df3e9a47b5744a1e1756d3ce76

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.100.0"
pkgver="0.101.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=("12f9b74c18e8f3d58acdab1e7a1c84c547a60be2e426d075bf7c42296c2ea9e2")
sha256sums_amd64=("7bcd2c64bc7028f8cdbb25f2f84d61b3c9418ce6c39e13c7f010d412f1e8711e")
sha256sums_arm64=("0b6a5f4c95c11452d8d54b3efdb1b38f7599a40ea09bb5cdd9f0faf98c022a40")
sha256sums_amd64=("7149728c779b5d7e7f86e34f36fd31332f7677df3e9a47b5744a1e1756d3ce76")
source_amd64=("@${pkgname}~${pkgver}::https://github.com/nushell/nushell/releases/download/${pkgver}/nu-${pkgver}-x86_64-unknown-linux-gnu.tar.gz")
source_arm64=("@${pkgname}~${pkgver}::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 @@ -7716,7 +7716,7 @@ pkgbase = nuclei-bin
pkgname = nuclei-bin
---
pkgbase = nushell-bin
pkgver = 0.100.0
pkgver = 0.101.0
pkgdesc = A new type of shell
arch = arm64
arch = amd64
Expand All @@ -7726,10 +7726,10 @@ pkgbase = nushell-bin
breaks = nushell-app
maintainer = wizard-28 <[email protected]>
repology = project: nushell
source_arm64 = @nushell-bin~0.100.0::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 = @nushell-bin~0.100.0::https://github.com/nushell/nushell/releases/download/0.100.0/nu-0.100.0-x86_64-unknown-linux-gnu.tar.gz
sha256sums_amd64 = 7bcd2c64bc7028f8cdbb25f2f84d61b3c9418ce6c39e13c7f010d412f1e8711e
source_arm64 = @nushell-bin~0.101.0::https://github.com/nushell/nushell/releases/download/0.101.0/nu-0.101.0-aarch64-unknown-linux-gnu.tar.gz
sha256sums_arm64 = 0b6a5f4c95c11452d8d54b3efdb1b38f7599a40ea09bb5cdd9f0faf98c022a40
source_amd64 = @nushell-bin~0.101.0::https://github.com/nushell/nushell/releases/download/0.101.0/nu-0.101.0-x86_64-unknown-linux-gnu.tar.gz
sha256sums_amd64 = 7149728c779b5d7e7f86e34f36fd31332f7677df3e9a47b5744a1e1756d3ce76

pkgname = nushell-bin
---
Expand Down

0 comments on commit d98f545

Please sign in to comment.