Skip to content

Commit

Permalink
upd(go-task-deb): 3.32.0 -> 3.33.0 (#5070)
Browse files Browse the repository at this point in the history
  • Loading branch information
lfromanini authored Dec 21, 2023
1 parent 7aa209e commit ba486a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/go-task-deb/go-task-deb.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ pkgdesc="A task runner / simpler Make alternative written in Go"
maintainer="lfromanini <[email protected]>"
repology=("project: ${gives}")
arch=("amd64" "arm64")
pkgver="3.32.0"
pkgver="3.33.0"
case "${CARCH}" in
amd64)
url="https://github.com/go-task/task/releases/download/v${pkgver}/task_linux_amd64.deb"
hash="fc8fb301a0409a9d017f7c006f1a3a76db73d6852059160182f4887e304c18d9"
hash="f3c78c4e244351f6c455a3239b02e66163652770cd1428ce4d93b0137118319d"
;;
arm64)
url="https://github.com/go-task/task/releases/download/v${pkgver}/task_linux_arm64.deb"
hash="bc4302c808ab49a4551f8fc998f1d28b81af0a538ea7793469177f06cb455c8e"
hash="faa0f4cffa14765ba7e156d4c6daf8b536640cec5c997b8b569a2a8b04f1a216"
;;
*) return 1 ;;
esac

0 comments on commit ba486a0

Please sign in to comment.