diff options
author | davidovski <david@davidovski.xyz> | 2022-01-16 12:23:46 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-16 12:23:46 +0000 |
commit | 1eefd616e5fb5300a827d8388a0671508c06639a (patch) | |
tree | 27f49e58e118ed76f523604b2f44ef986812cce7 /repo/system | |
parent | 7a14fdd8f0fe8095ce99fd299c0d89d240afae1c (diff) |
fixed expat source link generation
Diffstat (limited to 'repo/system')
-rw-r--r-- | repo/system/expat.xibuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/system/expat.xibuild b/repo/system/expat.xibuild index 79fdb2d..191e216 100644 --- a/repo/system/expat.xibuild +++ b/repo/system/expat.xibuild @@ -2,8 +2,8 @@ DEPS=(glibc) -PKG_VER=2.4.1 -SOURCE=https://github.com/libexpat/libexpat/releases/download/R_$PKG_VER/expat-$PKG_VER.tar.xz +PKG_VER=2.4.2 +SOURCE=https://github.com/libexpat/libexpat/releases/download/R_$(echo $PKG_VER | sed "s|\.|_|g")/expat-$PKG_VER.tar.xz DESC="An XML parser library" build () { |