summaryrefslogtreecommitdiff
path: root/repo/xi
diff options
context:
space:
mode:
Diffstat (limited to 'repo/xi')
-rw-r--r--repo/xi/mkinitramfs.xibuild4
-rw-r--r--repo/xi/xipkg.xibuild2
-rw-r--r--repo/xi/xiutils.xibuild3
3 files changed, 3 insertions, 6 deletions
diff --git a/repo/xi/mkinitramfs.xibuild b/repo/xi/mkinitramfs.xibuild
index a50a14e..79da979 100644
--- a/repo/xi/mkinitramfs.xibuild
+++ b/repo/xi/mkinitramfs.xibuild
@@ -3,9 +3,7 @@
MAKEDEPS="make "
DEPS="sh cpio sbase findutils gzip util-linux"
-PKG_VER=1.2
-SOURCE=https://git.davidovski.xyz/xilinux/xiutils.git
-BRANCH="v$PKG_VER"
+SOURCE=https://git.davidovski.xyz/xilinux/bootscripts.git
DESC="Scripts to make initramfs"
diff --git a/repo/xi/xipkg.xibuild b/repo/xi/xipkg.xibuild
index 7b74c0c..686d95a 100644
--- a/repo/xi/xipkg.xibuild
+++ b/repo/xi/xipkg.xibuild
@@ -1,7 +1,7 @@
#!/bin/sh
MAKEDEPS="make"
-DEPS="openssl curl dash xiutils findutils diffutils sed xichroot grep"
+DEPS="openssl curl dash xiutils findutils diffutils sed xichroot grep base64"
PKG_VER=1.1.2
SOURCE=https://git.davidovski.xyz/xilinux/xipkg.git
diff --git a/repo/xi/xiutils.xibuild b/repo/xi/xiutils.xibuild
index 9a0ab06..d60ad34 100644
--- a/repo/xi/xiutils.xibuild
+++ b/repo/xi/xiutils.xibuild
@@ -3,8 +3,7 @@
MAKEDEPS="make gcc"
DEPS="musl sh"
-# Use master
-PKG_VER=1.2
+PKG_VER=1.2.1
SOURCE=https://git.davidovski.xyz/xilinux/xiutils.git
BRANCH="v$PKG_VER"