Skip to content

Commit

Permalink
upd(go-task-deb): 3.39.1 -> 3.39.2 (#6432)
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
lfromanini and pre-commit-ci[bot] authored Sep 19, 2024
1 parent 61cf9b4 commit 6af03e1
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.39.1
pkgver = 3.39.2
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.39.1/task_linux_amd64.deb
sha256sums_amd64 = f52e271502f1cc2adeee5fc920469a31d274ce4ba294cb7e09883ac678f89d3d
source_arm64 = https://github.com/go-task/task/releases/download/v3.39.1/task_linux_arm64.deb
sha256sums_arm64 = b29ca588f8bf1a258d011d42fb66ed9f2dd8671c88323737e981ab52d135b739
source_amd64 = https://github.com/go-task/task/releases/download/v3.39.2/task_linux_amd64.deb
sha256sums_amd64 = d4ea84524cc4e0969e84f063fc99b9aba2090ec259c00a2e12d9ed1a182cf6af
source_arm64 = https://github.com/go-task/task/releases/download/v3.39.2/task_linux_arm64.deb
sha256sums_arm64 = 2a5685880d1f0130e26ad27fbb556c01073b628247f46c79e4456d925ee5e44c

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.39.1"
pkgver="3.39.2"
source_amd64=("https://github.com/go-task/task/releases/download/v${pkgver}/task_linux_amd64.deb")
sha256sums_amd64=("f52e271502f1cc2adeee5fc920469a31d274ce4ba294cb7e09883ac678f89d3d")
sha256sums_amd64=("d4ea84524cc4e0969e84f063fc99b9aba2090ec259c00a2e12d9ed1a182cf6af")
source_arm64=("https://github.com/go-task/task/releases/download/v${pkgver}/task_linux_arm64.deb")
sha256sums_arm64=("b29ca588f8bf1a258d011d42fb66ed9f2dd8671c88323737e981ab52d135b739")
sha256sums_arm64=("2a5685880d1f0130e26ad27fbb556c01073b628247f46c79e4456d925ee5e44c")
10 changes: 5 additions & 5 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -3387,16 +3387,16 @@ pkgname = go-bin
---
pkgbase = go-task-deb
gives = task
pkgver = 3.39.1
pkgver = 3.39.2
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.39.1/task_linux_amd64.deb
sha256sums_amd64 = f52e271502f1cc2adeee5fc920469a31d274ce4ba294cb7e09883ac678f89d3d
source_arm64 = https://github.com/go-task/task/releases/download/v3.39.1/task_linux_arm64.deb
sha256sums_arm64 = b29ca588f8bf1a258d011d42fb66ed9f2dd8671c88323737e981ab52d135b739
source_amd64 = https://github.com/go-task/task/releases/download/v3.39.2/task_linux_amd64.deb
sha256sums_amd64 = d4ea84524cc4e0969e84f063fc99b9aba2090ec259c00a2e12d9ed1a182cf6af
source_arm64 = https://github.com/go-task/task/releases/download/v3.39.2/task_linux_arm64.deb
sha256sums_arm64 = 2a5685880d1f0130e26ad27fbb556c01073b628247f46c79e4456d925ee5e44c

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

0 comments on commit 6af03e1

Please sign in to comment.