aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/x.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/x.go')
-rw-r--r--internal/rosa/x.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/x.go b/internal/rosa/x.go
index a10f6ba2..8b9e6edf 100644
--- a/internal/rosa/x.go
+++ b/internal/rosa/x.go
@@ -7,7 +7,7 @@ func (t Toolchain) newXproto() pkg.Artifact {
version = "7.0.23"
checksum = "goxwWxV0jZ_3pNczXFltZWHAhq92x-aEreUGyp5Ns8dBOoOmgbpeNIu1nv0Zx07z"
)
- return t.New("xproto-"+version, false, []pkg.Artifact{
+ return t.New("xproto-"+version, 0, []pkg.Artifact{
t.Load(Make),
t.Load(PkgConfig),
}, nil, nil, `
@@ -30,7 +30,7 @@ func (t Toolchain) newLibXau() pkg.Artifact {
version = "1.0.7"
checksum = "bm768RoZZnHRe9VjNU1Dw3BhfE60DyS9D_bgSR-JLkEEyUWT_Hb_lQripxrXto8j"
)
- return t.New("libXau-"+version, false, []pkg.Artifact{
+ return t.New("libXau-"+version, 0, []pkg.Artifact{
t.Load(Make),
t.Load(PkgConfig),