From 0be153c3548606ee1718ae52ad21ac73370de18b Mon Sep 17 00:00:00 2001 From: augiedoggie Date: Thu, 16 May 2024 19:06:04 -0600 Subject: [PATCH] gittyup: update to 1.4.0 (#10451) --- .../{gittyup-1.3.0~git.recipe => gittyup-1.4.0.recipe} | 9 ++++----- ...gittyup-1.3.0~git.patchset => gittyup-1.4.0.patchset} | 0 2 files changed, 4 insertions(+), 5 deletions(-) rename dev-vcs/gittyup/{gittyup-1.3.0~git.recipe => gittyup-1.4.0.recipe} (94%) rename dev-vcs/gittyup/patches/{gittyup-1.3.0~git.patchset => gittyup-1.4.0.patchset} (100%) diff --git a/dev-vcs/gittyup/gittyup-1.3.0~git.recipe b/dev-vcs/gittyup/gittyup-1.4.0.recipe similarity index 94% rename from dev-vcs/gittyup/gittyup-1.3.0~git.recipe rename to dev-vcs/gittyup/gittyup-1.4.0.recipe index 758e1e803..e27201fe1 100644 --- a/dev-vcs/gittyup/gittyup-1.3.0~git.recipe +++ b/dev-vcs/gittyup/gittyup-1.4.0.recipe @@ -20,11 +20,10 @@ HOMEPAGE="https://github.com/Murmele/Gittyup/" COPYRIGHT="2021-2024 Gittyup contributors 2016-2020 Scientific Toolworks, Inc. and contributors" LICENSE="MIT" -REVISION="2" -srcGitRev="dac06473c069864c013ea5a410a1a705df21be4f" -SOURCE_URI="https://github.com/Murmele/Gittyup/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="982fc8dcefb203a2ebc9a29091acada2b38f612b64646c0987de93d36a255fce" -SOURCE_DIR="Gittyup-$srcGitRev" +REVISION="1" +SOURCE_URI="https://github.com/Murmele/Gittyup/archive/refs/tags/gittyup_v$portVersion.tar.gz" +CHECKSUM_SHA256="5ffcfd3d5c39a8e2218ee0424c230893131b95bc8d3293c1022f65cb85f2c266" +SOURCE_DIR="Gittyup-gittyup_v$portVersion" PATCHES="gittyup-$portVersion.patchset" ADDITIONAL_FILES="gittyup.rdef.in" diff --git a/dev-vcs/gittyup/patches/gittyup-1.3.0~git.patchset b/dev-vcs/gittyup/patches/gittyup-1.4.0.patchset similarity index 100% rename from dev-vcs/gittyup/patches/gittyup-1.3.0~git.patchset rename to dev-vcs/gittyup/patches/gittyup-1.4.0.patchset