logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: 9d3b1e272322f043514b08832cbd7930f4ce5e81
parent 3bb72fb0f24821ec1d471c7fc9f5915a1350c144
Author: Andrius Štikonas <andrius@stikonas.eu>
Date:   Thu, 23 Dec 2021 17:59:54 +0000

Update mes-m2.

Diffstat:

MSHA256SUMS.sources2+-
Msysa.py2+-
Msysa/run.kaem2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/SHA256SUMS.sources b/SHA256SUMS.sources @@ -77,7 +77,7 @@ eb8fb2c3e4b6e2d336608377050892b54c3c983b646c561836550863003c05d7 libunistring-0 3d991b33e604187c5881a0abc2e102d5b9776da5569640e73778f85d617242e7 make-3.82.tar.gz e40b8f018c1da64edd1cc9a6fce5fa63b2e707e404e20cad91fbae337c98a5b7 make-4.2.1.tar.gz 7a140e43565181bb54bf416117ea0efff057922ed284db5fc98b3740a7f3d956 mes-0.23.tar.gz -1d56965b6b0cca046c2d0127775de81de82dbcf26ce6aa1e8b1bae7c3c0304d8 mes.tar.gz +c0885b23150670f865ca76365646ef2aa4944acc83c4fd18d02120372ca1356c mes.tar.gz 17503d2c395dfcf106b622dc142683c1199431d095367c6aacba6eec30340459 mpc-1.2.1.tar.gz 0c98a3f1732ff6ca4ea690552079da9c597872d30e96ec28414ee23c95558a7f mpfr-4.1.0.tar.xz 1370c9a812b2cf2a7d92802510cca0058cc37e66a7bedd70051f0a34015022a3 musl-1.1.24.tar.gz diff --git a/sysa.py b/sysa.py @@ -108,7 +108,7 @@ class SysA(SysGeneral): """Prepare remaining sources""" # mes-0.22 snapshot with m2 fixes - self.get_file(["https://github.com/oriansj/mes-m2/archive/c07111ff876882591bc0077b32b7303d3bf2b99e.tar.gz", + self.get_file(["https://github.com/oriansj/mes-m2/archive/75a50911d89a84b7aa5ebabab52eb09795c0d61b.tar.gz", "https://download.savannah.gnu.org/releases/nyacc/nyacc-1.00.2.tar.gz"], output=["mes.tar.gz", "nyacc-1.00.2.tar.gz"]) diff --git a/sysa/run.kaem b/sysa/run.kaem @@ -21,7 +21,7 @@ tmpdir=/tmp # tmpdir is needed for patch to work # Environmental variables needed for mes NYACC_PKG=nyacc-1.00.2 MES_PKG=mes -MES_PREFIX=${sources}/${MES_PKG}/src/mes-m2-c07111ff876882591bc0077b32b7303d3bf2b99e +MES_PREFIX=${sources}/${MES_PKG}/src/mes-m2-75a50911d89a84b7aa5ebabab52eb09795c0d61b GUILE_LOAD_PATH=${MES_PREFIX}/mes/module:${MES_PREFIX}/module:${sources}/${MES_PKG}/src/${NYACC_PKG}/module mkdir ${prefix} ${bindir} ${libdir} ${incdir} ${tmpdir} cd ${prefix}