From b19aa806192178ede705c150edbd5894532033e8 Mon Sep 17 00:00:00 2001 From: bugcrazy <39757967+bugcrazy@users.noreply.github.com> Date: Wed, 1 Dec 2021 14:46:40 -0300 Subject: [PATCH] oil: update to 0.9.5 --- srcpkgs/oil/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/oil/template b/srcpkgs/oil/template index af1eb57e8d1c..9af2cc8e5435 100644 --- a/srcpkgs/oil/template +++ b/srcpkgs/oil/template @@ -1,6 +1,6 @@ # Template file for 'oil' pkgname=oil -version=0.9.4 +version=0.9.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="${homepage}/download/${pkgname}-${version}.tar.xz" -checksum=fac61bcd6b68c0bbf2e386aa84b107f26518527d4326bf473a02aadd85e53d02 +checksum=d89d8c081c8bc536dfc7b437b965a265c07e24cf5142ff26b21b4cc4a3139e32 register_shell="/usr/bin/osh" nocross="Build systems gets confused with host and cross toolchains/headers" nostrip=yes