From 081dc1375aa932cd3fa65ad4f21854fb2db36133 Mon Sep 17 00:00:00 2001 From: bugcrazy Date: Sun, 2 Jun 2024 03:53:52 -0300 Subject: [PATCH] oil: update to 0.22.0 --- srcpkgs/oil/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/oil/template b/srcpkgs/oil/template index d693b671e7848c..c1a9bd148a279d 100644 --- a/srcpkgs/oil/template +++ b/srcpkgs/oil/template @@ -1,6 +1,6 @@ # Template file for 'oil' pkgname=oil -version=0.21.0 +version=0.22.0 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=7a8226001c8916d00468f627d365dead1ff4f9d5cef087619d310308c2a69492 +checksum=452e7fd428b686aa752cfeb9be2b94f9fcf7ba9ab22e0ae570a87cdcf782242e register_shell="/usr/bin/osh /usr/bin/oil" nocross="Build systems gets confused with host and cross toolchains/headers" nostrip=yes