summaryrefslogtreecommitdiff
path: root/repo/xi
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-05-29 01:06:01 +0100
committerdavidovski <david@davidovski.xyz>2022-05-29 01:06:01 +0100
commit2071df5dade8483e468e6efd5ff0091d5cb6c525 (patch)
tree6870a0d822e1d409c7e46df4e0ae1b2ae64d725b /repo/xi
parent5170f5c85fe0e84fe8af55c6a024c7b6e844b0f1 (diff)
temporarily disabled chromium
Diffstat (limited to 'repo/xi')
-rw-r--r--repo/xi/xibuild/xibuild.xibuild4
-rw-r--r--repo/xi/xipkg/xipkg.xibuild2
2 files changed, 3 insertions, 3 deletions
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"