diff --git a/packages/nushell-bin/.SRCINFO b/packages/nushell-bin/.SRCINFO index 7f1dad3884..a605a4e07b 100644 --- a/packages/nushell-bin/.SRCINFO +++ b/packages/nushell-bin/.SRCINFO @@ -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 @@ -9,9 +9,9 @@ pkgbase = nushell-bin breaks = nushell-app maintainer = wizard-28 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 diff --git a/packages/nushell-bin/nushell-bin.pacscript b/packages/nushell-bin/nushell-bin.pacscript index ba66a2f08d..09adafd2ab 100644 --- a/packages/nushell-bin/nushell-bin.pacscript +++ b/packages/nushell-bin/nushell-bin.pacscript @@ -10,13 +10,13 @@ maintainer=("wizard-28 ") 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") diff --git a/srclist b/srclist index 61e4b844b3..3d8f4116a3 100644 --- a/srclist +++ b/srclist @@ -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 @@ -7726,10 +7726,10 @@ pkgbase = nushell-bin breaks = nushell-app maintainer = wizard-28 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 ---