diff options
author | davidovski <david@davidovski.xyz> | 2022-04-12 12:35:49 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-04-12 12:35:49 +0100 |
commit | 734e13526a2ec3ced7f085e444fc9525dfad348b (patch) | |
tree | 3b336b9bfc4aa511e156794f4d2a44357b446a6b /repo/xi/xipkg.xibuild | |
parent | bce4ac0f65ffb8bedcdcbdb94eb796457b12f9e1 (diff) |
fixed perl locale issue
Diffstat (limited to 'repo/xi/xipkg.xibuild')
-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 2872646..dd1dc28 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.7 +PKG_VER=1.2.1 SOURCE=https://git.davidovski.xyz/xilinux/xipkg.git BRANCH="v$PKG_VER" |