diff options
Diffstat (limited to 'repo/xipkg/xipkg.xibuild')
-rw-r--r-- | repo/xipkg/xipkg.xibuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/xipkg/xipkg.xibuild b/repo/xipkg/xipkg.xibuild index 50080b3..8fd1e97 100644 --- a/repo/xipkg/xipkg.xibuild +++ b/repo/xipkg/xipkg.xibuild @@ -1,9 +1,9 @@ #!/bin/sh MAKEDEPS="make shmk" -DEPS="toybox openssl curl dash findutils diffutils sed xichroot grep base64 hbar parseconf xiutils" +DEPS="toybox openssl curl dash findutils diffutils sed xichroot grep base64 hbar parseconf xiutils tsort" -PKG_VER=1.7.4 +PKG_VER=1.7.5 SOURCE=https://git.davidovski.xyz/xilinux/xipkg.git BRANCH="v$PKG_VER" |