From 7560475adf885c3043e81d42132af5dec10c18d8 Mon Sep 17 00:00:00 2001 From: bugcrazy Date: Sun, 16 Feb 2025 18:43:26 -0300 Subject: [PATCH] oil: update to 0.27.0 Closes: #54359 [via git-merge-pr] --- srcpkgs/oil/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/oil/template b/srcpkgs/oil/template index 5f15263b301..faf629b2960 100644 --- a/srcpkgs/oil/template +++ b/srcpkgs/oil/template @@ -1,6 +1,6 @@ # Template file for 'oil' pkgname=oil -version=0.24.0 +version=0.27.0 revision=1 build_style=configure configure_args="--prefix=/usr" @@ -10,8 +10,8 @@ short_desc="Oil, a new unix shell" maintainer="MarcoAPC " license="Apache-2.0" homepage="https://www.oilshell.org" -distfiles="https://www.oilshell.org/download/oil-${version}.tar.xz" -checksum=3609e978bb63a71ffa801feacc43f5fc93e5cc83d34919ad4702cc9effdefd4c +distfiles="https://oils.pub/download/oil-${version}.tar.xz" +checksum=d620259c42002a4ab66196cb8ef5d95c34f648c8e3488c02fa9b9c9e297bfcd4 register_shell="/usr/bin/osh /usr/bin/ysh" nocross="Build systems gets confused with host and cross toolchains/headers" nostrip=yes