From f1aae144e9c594c70466784212c2334c0a1c7dfe Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Sat, 10 Aug 2024 17:36:58 -0400 Subject: [PATCH] amfora: update to 1.10.0 --- srcpkgs/amfora/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/amfora/template b/srcpkgs/amfora/template index 75d4c9dcbe6..d2e3e1b0cd1 100644 --- a/srcpkgs/amfora/template +++ b/srcpkgs/amfora/template @@ -1,19 +1,19 @@ # Template file for 'amfora' pkgname=amfora -version=1.9.2 -revision=3 +version=1.10.0 +revision=1 build_style=go -go_import_path="github.com/makeworld-the-better-one/${pkgname}" +go_import_path="github.com/makeworld-the-better-one/amfora" short_desc="Fancy terminal browser for the Gemini protocol" maintainer="Stacy Harper " license="GPL-3.0-only" homepage="https://github.com/makeworld-the-better-one/amfora" changelog="https://raw.githubusercontent.com/makeworld-the-better-one/amfora/master/CHANGELOG.md" -distfiles="https://github.com/makeworld-the-better-one/${pkgname}/archive/v${version}.tar.gz" -checksum=81bb4605920955ddbeb0e7236be4f89979ab543fd41b34ea4a4846ac947147e2 +distfiles="https://github.com/makeworld-the-better-one/amfora/archive/v${version}.tar.gz" +checksum=0bc9964ccefb3ea0d66944231492f66c3b0009ab0040e19cc115d0b4cd9b8078 post_install() { vinstall amfora.desktop 644 usr/share/applications/ vsconf default-config.toml - vcopy contrib/themes usr/share/examples/${pkgname}/themes + vcopy contrib/themes usr/share/examples/amfora/themes }