From 6bd1ad58354d767a77bc56268cfa60add2e0782b Mon Sep 17 00:00:00 2001 From: bugcrazy <39757967+bugcrazy@users.noreply.github.com> Date: Wed, 4 Jan 2023 10:51:44 -0300 Subject: [PATCH] oil: update to 0.13.1 --- srcpkgs/oil/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/oil/template b/srcpkgs/oil/template index 7f468307e53f..c80e742d66aa 100644 --- a/srcpkgs/oil/template +++ b/srcpkgs/oil/template @@ -1,6 +1,6 @@ # Template file for 'oil' pkgname=oil -version=0.13.0 +version=0.13.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=4556b3f74d184aae6c551ae25a4dacb989c060f5c8ce54fe4da441a7f2a768e3 +checksum=2732a7af26d569774e54c97f3817b416a05389091cc526404f1ef73b6b39db89 register_shell="/usr/bin/osh /usr/bin/oil" nocross="Build systems gets confused with host and cross toolchains/headers" nostrip=yes