From 244d6a9ad117ecf169a68486ed970ef9d4749c72 Mon Sep 17 00:00:00 2001 From: bugcrazy <39757967+bugcrazy@users.noreply.github.com> Date: Thu, 22 Dec 2022 02:23:00 -0300 Subject: [PATCH] oil: update to 0.13.0 --- srcpkgs/oil/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/oil/template b/srcpkgs/oil/template index 62128a908549..7f468307e53f 100644 --- a/srcpkgs/oil/template +++ b/srcpkgs/oil/template @@ -1,9 +1,9 @@ # Template file for 'oil' pkgname=oil -version=0.12.9 +version=0.13.0 revision=1 build_style=configure -configure_args="--prefix=/usr $(vopt_with readline)" +configure_args="--prefix=/usr" hostmakedepends="$(vopt_if readline readline-devel)" makedepends="$hostmakedepends" short_desc="Oil, a new unix shell" @@ -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=1d8fd266254e7ceac0ebd806c44a7ea9d467b9327bd97bde024f57a78e7371ff +checksum=4556b3f74d184aae6c551ae25a4dacb989c060f5c8ce54fe4da441a7f2a768e3 register_shell="/usr/bin/osh /usr/bin/oil" nocross="Build systems gets confused with host and cross toolchains/headers" nostrip=yes