diff options
author | davidovski <david@davidovski.xyz> | 2022-05-28 19:37:22 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-28 19:37:22 +0100 |
commit | 5170f5c85fe0e84fe8af55c6a024c7b6e844b0f1 (patch) | |
tree | 105f4e0fc05bac2fbdc03ab446987eaaa477988c /repo/xi/xipkg/xipkg.xibuild | |
parent | 4615385d6c8203001962a7a31dd02cdb1a73544b (diff) |
fixed packages
Diffstat (limited to 'repo/xi/xipkg/xipkg.xibuild')
-rw-r--r-- | repo/xi/xipkg/xipkg.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/xi/xipkg/xipkg.xibuild b/repo/xi/xipkg/xipkg.xibuild index be1e45f..e31f047 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.3.1 +PKG_VER=1.4 SOURCE=https://git.davidovski.xyz/xilinux/xipkg.git BRANCH="v$PKG_VER" |