diff options
author | davidovski <david@davidovski.xyz> | 2022-03-31 00:06:03 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-03-31 00:06:03 +0100 |
commit | d093bc7b86a8ef1f149ac413d3d40d3cb728ad21 (patch) | |
tree | c338ea68251b54ade4b83490d76231b5d983e957 /repo | |
parent | cdfc69fe6621f7b2b4b31ea38365b7c652e51a29 (diff) |
bumped xipkg version
Diffstat (limited to 'repo')
-rw-r--r-- | repo/xi/xipkg.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/xi/xipkg.xibuild b/repo/xi/xipkg.xibuild index c2e95bb..7c82593 100644 --- a/repo/xi/xipkg.xibuild +++ b/repo/xi/xipkg.xibuild @@ -3,7 +3,7 @@ MAKEDEPS="make" DEPS="openssl curl dash xiutils findutils diffutils sed xichroot grep base64" -PKG_VER=1.1.3 +PKG_VER=1.1.4 SOURCE=https://git.davidovski.xyz/xilinux/xipkg.git BRANCH="v$PKG_VER" |