From 2071df5dade8483e468e6efd5ff0091d5cb6c525 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 29 May 2022 01:06:01 +0100 Subject: temporarily disabled chromium --- repo/xi/xibuild/xibuild.xibuild | 4 ++-- repo/xi/xipkg/xipkg.xibuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'repo/xi') diff --git a/repo/xi/xibuild/xibuild.xibuild b/repo/xi/xibuild/xibuild.xibuild index e163da7..9c4cdaa 100644 --- a/repo/xi/xibuild/xibuild.xibuild +++ b/repo/xi/xibuild/xibuild.xibuild @@ -1,9 +1,9 @@ #!/bin/sh -MAKEDEPS="" +MAKEDEPS="make" DEPS="xiutils parseconf tar unzip" -PKG_VER=1.2 +PKG_VER=1.3 SOURCE=https://git.davidovski.xyz/xilinux/xibuild.git BRANCH=v$PKG_VER diff --git a/repo/xi/xipkg/xipkg.xibuild b/repo/xi/xipkg/xipkg.xibuild index e31f047..31476d5 100644 --- a/repo/xi/xipkg/xipkg.xibuild +++ b/repo/xi/xipkg/xipkg.xibuild @@ -3,7 +3,7 @@ MAKEDEPS="make" DEPS="openssl curl dash xiutils findutils diffutils sed xichroot grep base64 sort" -PKG_VER=1.4 +PKG_VER=1.4.3 SOURCE=https://git.davidovski.xyz/xilinux/xipkg.git BRANCH="v$PKG_VER" -- cgit v1.2.1