From b2c3bb71a31184d02e339545ecd213c27223e457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 29 Jan 2021 11:03:44 +0100 Subject: [PATCH] 9base: update to 6.0.20190911 The distfile could perhaps be provided by the official Void Linux site. --- srcpkgs/9base/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/9base/template b/srcpkgs/9base/template index 39325c85562..a670631f0f7 100644 --- a/srcpkgs/9base/template +++ b/srcpkgs/9base/template @@ -1,8 +1,8 @@ # Template file for '9base' pkgname=9base -version=6.0.20170806 +version=6.0.20190911 revision=1 -_githash=09e95a2d6f8dbafc6601147b2f5f150355813be6 +_githash=63916da7bd6d73d9a405ce83fc4ca34845667cce wrksrc="9base-${_githash}" build_style=gnu-makefile # we use byacc instead of internal version @@ -11,8 +11,9 @@ short_desc="Revived minimalist port of Plan 9 userland to Unix" maintainer='Tai Chi Minh Ralph Eastwood ' license="custom" homepage="http://git.suckless.org/9base" -distfiles="https://distfiles.voidlinux.de/9base-${_githash}.tar.bz2" -checksum=57640696d65a8acbaca5417f1db1dea5ebbc694e8bed0d4ee8a3229f4800dddd +# Checked out from http://git.suckless.org/9base/ and created tarball with 'git archive'. +distfiles="https://distfiles.voidlinux.de/9base-${_githash}.tar.gz" +checksum=bb8cd1e0060824914839fd090353971862a1025ae4b8ea5d1e99618ddd1b160f conflicts="plan9port" provides="plan9port-20160418_4"