forked from security/hakurei
internal/rosa/x: util-macros 1.17 to 1.20.2
This also switches to individual releases. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -4,14 +4,14 @@ import "hakurei.app/internal/pkg"
|
||||
|
||||
func (t Toolchain) newUtilMacros() (pkg.Artifact, string) {
|
||||
const (
|
||||
version = "1.17"
|
||||
checksum = "vYPO4Qq3B_WGcsBjG0-lfwZ6DZ7ayyrOLqfDrVOgTDcyLChuMGOAAVAa_UXLu5tD"
|
||||
version = "1.20.2"
|
||||
checksum = "Ze8QH3Z3emC0pWFP-0nUYeMy7aBW3L_dxBBmVgcumIHNzEKc1iGTR-yUFR3JcM1G"
|
||||
)
|
||||
return t.NewPackage("util-macros", version, pkg.NewHTTPGetTar(
|
||||
nil, "https://www.x.org/releases/X11R7.7/src/util/"+
|
||||
"util-macros-"+version+".tar.bz2",
|
||||
nil, "https://www.x.org/releases/individual/util/"+
|
||||
"util-macros-"+version+".tar.gz",
|
||||
mustDecode(checksum),
|
||||
pkg.TarBzip2,
|
||||
pkg.TarGzip,
|
||||
), nil, (*MakeHelper)(nil)), version
|
||||
}
|
||||
func init() {
|
||||
|
||||
Reference in New Issue
Block a user