From f92d0f95a4af352514c0ffc2fcd9cee7d90e5cb4 Mon Sep 17 00:00:00 2001 From: Saksham Verma Date: Sat, 9 Nov 2024 00:46:29 +0530 Subject: [PATCH] xonsh: update to 0.18.4 --- srcpkgs/xonsh/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template index ebcd42a65e5f59..118c37c3a18bb9 100644 --- a/srcpkgs/xonsh/template +++ b/srcpkgs/xonsh/template @@ -1,6 +1,6 @@ # Template file for 'xonsh' pkgname=xonsh -version=0.18.3 +version=0.18.4 revision=1 build_style=python3-module hostmakedepends="python3-setuptools python3-wheel" @@ -11,8 +11,8 @@ maintainer="SolitudeSF " license="GPL-3.0-or-later" homepage="https://xon.sh/" changelog="https://raw.githubusercontent.com/xonsh/xonsh/master/CHANGELOG.rst" -distfiles="https://github.com/xonsh/xonsh/archive/${version}.tar.gz" -checksum=1fdf6a61fcfafa052883cd387c430d9cb87c6764bc253a6727bb5161163d3929 +distfiles="https://github.com/xonsh/xonsh/archive/refs/tags/${version}.tar.gz" +checksum=0e583cd64c0e17bc8ffd16701264622569c4e6c770ee7d769884d1957729a564 register_shell="/bin/xonsh" # FIXME: AttributeError because of missing XSH.load() and multiple other failures make_check=no