Skip to content

Commit

Permalink
upd(go-task-deb): 3.34.1 -> 3.35.0 (pacstall#5677)
Browse files Browse the repository at this point in the history
  • Loading branch information
lfromanini authored Feb 29, 2024
1 parent 87fe049 commit 4377727
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.34.1"
pkgver="3.35.0"
case "${CARCH}" in
amd64)
url="https://github.com/go-task/task/releases/download/v${pkgver}/task_linux_amd64.deb"
hash="c40af16a9bda90ffd55c50f72d8f5ad2e7a9a341dc1edf4154e42271463858ad"
hash="6eda7481a57bb6c021ee77184330a170b43a2e884391bdbca3126790fa38aa74"
;;
arm64)
url="https://github.com/go-task/task/releases/download/v${pkgver}/task_linux_arm64.deb"
hash="02986ab73aa7428cc000a2c3c084984e1434789d01568292958769fbaaee1e19"
hash="0cc6d16105c342b8c6018920bfb1c97de1756140e4336539bb24d834c8d181a8"
;;
*) return 1 ;;
esac

0 comments on commit 4377727

Please sign in to comment.