Skip to content

Commit

Permalink
upd(go-task-deb): 3.38.0 -> 3.39.0 (pacstall#6398)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and Xdavius committed Sep 12, 2024
1 parent 210b4bc commit 61b5cbd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions packages/go-task-deb/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
pkgbase = go-task-deb
gives = task
pkgver = 3.38.0
pkgver = 3.39.0
pkgdesc = A task runner / simpler Make alternative written in Go
arch = amd64
arch = arm64
maintainer = lfromanini <[email protected]>
repology = project: task
source_amd64 = https://github.com/go-task/task/releases/download/v3.38.0/task_linux_amd64.deb
sha256sums_amd64 = 5668c3840456ecfb32b6af9ed139145b60444e8fa43890a65dc1af8f95a940a4
source_arm64 = https://github.com/go-task/task/releases/download/v3.38.0/task_linux_arm64.deb
sha256sums_arm64 = 4db8c450e1a6c529e1ba470d708ae5bc4dccf0c83b8e0665ee1f970c05e993d1
source_amd64 = https://github.com/go-task/task/releases/download/v3.39.0/task_linux_amd64.deb
sha256sums_amd64 = 788405c4764a956d3854806c3c138f06db9d8cf2756c0eba9821a74fa8321f4f
source_arm64 = https://github.com/go-task/task/releases/download/v3.39.0/task_linux_arm64.deb
sha256sums_arm64 = 788405c4764a956d3854806c3c138f06db9d8cf2756c0eba9821a74fa8321f4f

pkgname = go-task-deb
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,8 +4,8 @@ pkgdesc="A task runner / simpler Make alternative written in Go"
maintainer=("lfromanini <[email protected]>")
repology=("project: ${gives}")
arch=("amd64" "arm64")
pkgver="3.38.0"
pkgver="3.39.0"
source_amd64=("https://github.com/go-task/task/releases/download/v${pkgver}/task_linux_amd64.deb")
sha256sums_amd64=("5668c3840456ecfb32b6af9ed139145b60444e8fa43890a65dc1af8f95a940a4")
sha256sums_amd64=("788405c4764a956d3854806c3c138f06db9d8cf2756c0eba9821a74fa8321f4f")
source_arm64=("https://github.com/go-task/task/releases/download/v${pkgver}/task_linux_arm64.deb")
sha256sums_arm64=("4db8c450e1a6c529e1ba470d708ae5bc4dccf0c83b8e0665ee1f970c05e993d1")
sha256sums_arm64=("788405c4764a956d3854806c3c138f06db9d8cf2756c0eba9821a74fa8321f4f")
10 changes: 5 additions & 5 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -3357,16 +3357,16 @@ pkgname = go-bin
---
pkgbase = go-task-deb
gives = task
pkgver = 3.38.0
pkgver = 3.39.0
pkgdesc = A task runner / simpler Make alternative written in Go
arch = amd64
arch = arm64
maintainer = lfromanini <[email protected]>
repology = project: task
source_amd64 = https://github.com/go-task/task/releases/download/v3.38.0/task_linux_amd64.deb
sha256sums_amd64 = 5668c3840456ecfb32b6af9ed139145b60444e8fa43890a65dc1af8f95a940a4
source_arm64 = https://github.com/go-task/task/releases/download/v3.38.0/task_linux_arm64.deb
sha256sums_arm64 = 4db8c450e1a6c529e1ba470d708ae5bc4dccf0c83b8e0665ee1f970c05e993d1
source_amd64 = https://github.com/go-task/task/releases/download/v3.39.0/task_linux_amd64.deb
sha256sums_amd64 = 788405c4764a956d3854806c3c138f06db9d8cf2756c0eba9821a74fa8321f4f
source_arm64 = https://github.com/go-task/task/releases/download/v3.39.0/task_linux_arm64.deb
sha256sums_arm64 = 788405c4764a956d3854806c3c138f06db9d8cf2756c0eba9821a74fa8321f4f

pkgname = go-task-deb
---
Expand Down

0 comments on commit 61b5cbd

Please sign in to comment.