diff options
author | davidovski <david@davidovski.xyz> | 2022-06-27 23:08:34 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-06-27 23:08:34 +0100 |
commit | f13e0cac13f90f7f57bce3b26b2e6383de6e4ad2 (patch) | |
tree | 31fe2a493efcc3ec8721b8ae9943a0f938cd3f4d /repo/python-toml/python-toml.xibuild | |
parent | e4a392b4e1e547c9569abdd1f08ec51da3dc4562 (diff) |
added qemu
Diffstat (limited to 'repo/python-toml/python-toml.xibuild')
-rw-r--r-- | repo/python-toml/python-toml.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/python-toml/python-toml.xibuild b/repo/python-toml/python-toml.xibuild index 390cf6f..3e58605 100644 --- a/repo/python-toml/python-toml.xibuild +++ b/repo/python-toml/python-toml.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="python" -DEPS="%deps%" + PKG_VER=0.10.2 SOURCE=https://files.pythonhosted.org/packages/source/t/toml/toml-$PKG_VER.tar.gz |