From f5746a6ac31ee5a3c5401e5f01b6b245b6527e4e Mon Sep 17 00:00:00 2001 From: bugcrazy <39757967+bugcrazy@users.noreply.github.com> Date: Sat, 10 Sep 2022 22:33:41 -0300 Subject: [PATCH] oil: update to 0.12.5 --- srcpkgs/oil/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/oil/template b/srcpkgs/oil/template index fed91a23b052..e6b0e135b791 100644 --- a/srcpkgs/oil/template +++ b/srcpkgs/oil/template @@ -1,6 +1,6 @@ # Template file for 'oil' pkgname=oil -version=0.12.4 +version=0.12.5 revision=1 build_style=configure configure_args="--prefix=/usr $(vopt_with readline)" @@ -11,7 +11,7 @@ maintainer="MarcoAPC " license="Apache-2.0" homepage="https://www.oilshell.org" distfiles="https://www.oilshell.org/download/oil-${version}.tar.xz" -checksum=83f8fc59e3f3136de98b186aef0e84e8f7e818b18b07d469f5ab5384c971916f +checksum=c72f897f37ff4696812836ba8ecadbefe555b1866ae488304db6de159b2b1741 register_shell="/usr/bin/osh /usr/bin/oil" nocross="Build systems gets confused with host and cross toolchains/headers" nostrip=yes