aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/libxml2.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/libxml2.go')
-rw-r--r--internal/rosa/libxml2.go7
1 files changed, 4 insertions, 3 deletions
diff --git a/internal/rosa/libxml2.go b/internal/rosa/libxml2.go
index a5f5e3c2..aebc9896 100644
--- a/internal/rosa/libxml2.go
+++ b/internal/rosa/libxml2.go
@@ -5,10 +5,11 @@ import "hakurei.app/internal/pkg"
func (t Toolchain) newLibxml2() (pkg.Artifact, string) {
const (
version = "2.15.3"
- checksum = "oWkNe53c3d4Lt4OzrXPHBcOLHJ3TWqpa0x7B7bh_DyZ-uIMiplpdZjQRgRWVal2h"
+ checksum = "oJy74htGlEpf70KPvpW18fYJo0RQQkCXZRwqUz6NoXborS3HCq3Nm4gsyaSeNmUH"
)
- return t.NewPackage("libxml2", version, t.newTagRemote(
- "https://gitlab.gnome.org/GNOME/libxml2.git",
+ return t.NewPackage("libxml2", version, newFromGitLab(
+ "gitlab.gnome.org",
+ "GNOME/libxml2",
"v"+version, checksum,
), &PackageAttr{
// can't create shell.out: Read-only file system