summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAisha Tammy <gentoo@aisha.cc>2021-01-18 19:44:19 -0500
committerSam James <sam@gentoo.org>2021-01-22 03:56:38 +0000
commitc7c424dbd6f41ce918c5a5c02ac503b4039d3853 (patch)
tree49f4ec5cd24a95a047791d7cbdf2bb3dca8dff74 /mail-client/mutt-wizard/mutt-wizard-9999.ebuild
parentmedia-fonts/fontawesome: version bump to 5.15.2 (diff)
downloadgentoo-c7c424dbd6f41ce918c5a5c02ac503b4039d3853.tar.gz
gentoo-c7c424dbd6f41ce918c5a5c02ac503b4039d3853.tar.bz2
gentoo-c7c424dbd6f41ce918c5a5c02ac503b4039d3853.zip
mail-client/mutt-wizard: version bump to 3.1.1
upstream finally started releasing versions :D Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mail-client/mutt-wizard/mutt-wizard-9999.ebuild')
-rw-r--r--mail-client/mutt-wizard/mutt-wizard-9999.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/mail-client/mutt-wizard/mutt-wizard-9999.ebuild b/mail-client/mutt-wizard/mutt-wizard-9999.ebuild
index 995d3d16cda8..dc33b5c31681 100644
--- a/mail-client/mutt-wizard/mutt-wizard-9999.ebuild
+++ b/mail-client/mutt-wizard/mutt-wizard-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,10 +12,8 @@ if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/LukeSmithxyz/mutt-wizard.git"
else
- COMMIT=9ec2a49af03cf542c7db82bc0dd0ccdde81922d4
- SRC_URI="https://github.com/LukeSmithxyz/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://github.com/LukeSmithxyz/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
- S="${WORKDIR}/${PN}-${COMMIT}"
fi
LICENSE="GPL-3"