Skip to content

Commit

Permalink
upd(go-task-deb): 3.33.0 -> 3.33.1 (#5074)
Browse files Browse the repository at this point in the history
  • Loading branch information
lfromanini authored Dec 22, 2023
1 parent b7cbf8b commit dfbd640
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.33.0"
pkgver="3.33.1"
case "${CARCH}" in
amd64)
url="https://github.com/go-task/task/releases/download/v${pkgver}/task_linux_amd64.deb"
hash="f3c78c4e244351f6c455a3239b02e66163652770cd1428ce4d93b0137118319d"
hash="420330380fe3276ad6567a06cd33b365046effceb3c72173bd887dd68edb39df"
;;
arm64)
url="https://github.com/go-task/task/releases/download/v${pkgver}/task_linux_arm64.deb"
hash="faa0f4cffa14765ba7e156d4c6daf8b536640cec5c997b8b569a2a8b04f1a216"
hash="2385cd7015389b85d48dafd1000b4465b3d5b8f464fdf8bb9672642cb215def7"
;;
*) return 1 ;;
esac

0 comments on commit dfbd640

Please sign in to comment.