go-task 3.19.1

Closes #119472.

Signed-off-by: Patrick Linnane <patrick@linnane.io>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Rui Chen 2022-12-31 12:23:58 -05:00 committed by BrewTestBot
parent ddb17e080e
commit dc018319e8
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
class GoTask < Formula class GoTask < Formula
desc "Task is a task runner/build tool that aims to be simpler and easier to use" desc "Task is a task runner/build tool that aims to be simpler and easier to use"
homepage "https://taskfile.dev/" homepage "https://taskfile.dev/"
url "https://github.com/go-task/task/archive/refs/tags/v3.19.0.tar.gz" url "https://github.com/go-task/task/archive/refs/tags/v3.19.1.tar.gz"
sha256 "250a788958f306a11a4e8a621635d4f752478e4396c6a222a8f6ea640a220bff" sha256 "b4f6021777f87f261a5646c0092e1b7d6dd252c4fc84ded015b89e0dae59383d"
license "MIT" license "MIT"
head "https://github.com/go-task/task.git", branch: "master" head "https://github.com/go-task/task.git", branch: "master"