From d8e1326d77dbac20ca88163ea6fa34d707051e6e Mon Sep 17 00:00:00 2001 From: bugcrazy <39757967+bugcrazy@users.noreply.github.com> Date: Sun, 9 Oct 2022 18:09:58 -0300 Subject: [PATCH] oil: update to 0.12.7 --- srcpkgs/oil/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/oil/template b/srcpkgs/oil/template index 605f5aaf6417..9b26f533728a 100644 --- a/srcpkgs/oil/template +++ b/srcpkgs/oil/template @@ -1,6 +1,6 @@ # Template file for 'oil' pkgname=oil -version=0.12.6 +version=0.12.7 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=8e5366ae9cded3683814be041652a8642ed7fd83abdf18495a73133e06b705ab +checksum=5846c4706e01f8ca8354f5c78e9a799642714fc012f8d8afb4919fae7adc072b register_shell="/usr/bin/osh /usr/bin/oil" nocross="Build systems gets confused with host and cross toolchains/headers" nostrip=yes