diff options
author | davidovski <david@davidovski.xyz> | 2022-12-19 23:07:05 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-12-19 23:07:05 +0000 |
commit | 05d004dfe0c9a9d898fac8a4a0292ca2a74ca391 (patch) | |
tree | 0b058ac267139f2a0525dec42b307664363e5b11 /repo/xipkg | |
parent | 4c61af227b0fb3e028c877dc1c2e0b6513960762 (diff) |
Making things work
Diffstat (limited to 'repo/xipkg')
-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" |