From 80cdbeb1bccfc370c6a6ec32eae876ee2b3b4254 Mon Sep 17 00:00:00 2001 From: bugcrazy Date: Mon, 30 Sep 2024 19:53:59 -0300 Subject: [PATCH] oil: update to 0.23.0 --- srcpkgs/oil/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/oil/template b/srcpkgs/oil/template index c1a9bd148a279d..839120cea17e4a 100644 --- a/srcpkgs/oil/template +++ b/srcpkgs/oil/template @@ -1,6 +1,6 @@ # Template file for 'oil' pkgname=oil -version=0.22.0 +version=0.23.0 revision=1 build_style=configure configure_args="--prefix=/usr" @@ -11,8 +11,8 @@ maintainer="MarcoAPC " license="Apache-2.0" homepage="https://www.oilshell.org" distfiles="https://www.oilshell.org/download/oil-${version}.tar.xz" -checksum=452e7fd428b686aa752cfeb9be2b94f9fcf7ba9ab22e0ae570a87cdcf782242e -register_shell="/usr/bin/osh /usr/bin/oil" +checksum=7fdc680e1afb5a110e5f87b4b93a8d3b0f3be0146c515c6ef1a3d01a9aada99c +register_shell="/usr/bin/osh /usr/bin/ysh" nocross="Build systems gets confused with host and cross toolchains/headers" nostrip=yes @@ -28,8 +28,8 @@ do_install() { # Install binaries vbin _bin/oil.ovm vman doc/osh.1 - # Symlink osh, oil to oil.ovm. + # Symlink osh, ysh to oil.ovm. cd "${DESTDIR}"/usr/bin ln -s oil.ovm osh - ln -s oil.ovm oil + ln -s oil.ovm ysh }