From 6800a29460c715721eb88a2cd6a7f13b08d4d465 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Mon, 16 Nov 2020 09:31:48 -0600 Subject: [PATCH] oil: update to 0.8.4 --- srcpkgs/oil/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/oil/template b/srcpkgs/oil/template index 0e13b5d103f..e5b6f0fb424 100644 --- a/srcpkgs/oil/template +++ b/srcpkgs/oil/template @@ -1,6 +1,6 @@ # Template file for 'oil' pkgname=oil -version=0.8.3 +version=0.8.4 revision=1 build_style=configure configure_args="--prefix=/usr $(vopt_with readline)" @@ -10,10 +10,9 @@ maintainer="Orphaned " license="Apache-2.0" homepage="https://www.oilshell.org" distfiles="${homepage}/download/${pkgname}-${version}.tar.xz" -checksum=3f78c606cde84ef0e90d1744d400c8428941eaab6515f382fabc28cf16453ccb -python_version=2 #unverified +checksum=08fd1c6d653ea594a5dcecb7bf40037e683845cf7627129bbeeb4d0b9fe7b879 +python_version=2 register_shell="/usr/bin/osh" -nocross="oil is nocross" nostrip=yes build_options="readline"