From 2591838235478efd7f3d163bcb5716c0327f0c59 Mon Sep 17 00:00:00 2001 From: bugcrazy Date: Tue, 21 Feb 2023 01:46:10 -0300 Subject: [PATCH] oil: update to 0.14.1 --- srcpkgs/oil/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/oil/template b/srcpkgs/oil/template index 657a801d1aca..305f9ba442e5 100644 --- a/srcpkgs/oil/template +++ b/srcpkgs/oil/template @@ -1,6 +1,6 @@ # Template file for 'oil' pkgname=oil -version=0.14.0 +version=0.14.1 revision=1 build_style=configure configure_args="--prefix=/usr" @@ -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=66b4f6bc77db7344bd43d7bd9438b2a6d7d20b7088890b3c0a8f453838a5ee86 +checksum=441edcc9efe356d1906387fa5655fb54d7eb089702a329caf6b45c9226233049 register_shell="/usr/bin/osh /usr/bin/oil" nocross="Build systems gets confused with host and cross toolchains/headers" nostrip=yes