Skip to content

Commit

Permalink
upd(nushell-bin): 0.85.0 -> 0.86.0 (#4675)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elsie19 authored Oct 17, 2023
1 parent 69f5821 commit bf489a2
Showing 1 changed file with 3 additions and 3 deletions.
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,16 +10,16 @@ maintainer="wizard-28 <[email protected]>"

name="nushell-bin"
pkgname="nushell"
pkgver="0.85.0"
pkgver="0.86.0"
pkgdesc="A new type of shell"
breaks=("${pkgname}" "${pkgname}-git" "${pkgname}-deb" "${pkgname}-app")
repology=("project: nushell")
arch=('arm64' 'amd64')
if [[ ${CARCH} == "arm64" ]]; then
hash="6a49b6bf3f431e654a1af797442cf468fc45816a75ce0cb27faf1750bcccbba9"
hash="24d43d007b7471a98389010e2717173d699c0fa84dce444986d10cc3e839eccc"
gnuarch="aarch64"
else
hash="c1bdb6081ce9aeb807bd05538860cdf78fb465ae771a859df978ba2e1026a0ba"
hash="5666b4017bcb08f4ed42411a5cbad937f63a92c1eab3077bb20458b1cfe5e54c"
gnuarch="x86_64"
fi
url="https://github.com/nushell/nushell/releases/download/${pkgver}/nu-${pkgver}-${gnuarch}-unknown-linux-gnu.tar.gz"
Expand Down

0 comments on commit bf489a2

Please sign in to comment.