diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-08-11 03:34:56 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-08-11 03:37:11 -0400 |
commit | d928dcb4e7ccff94b1c1ea1e800cf16654cc17ec (patch) | |
tree | 38a34024935cb8f3232d05148eb84f4a24d745b4 /x11-terms | |
parent | x11-terms/guake: update modified paths.py .pyc (diff) | |
download | gentoo-d928dcb4e7ccff94b1c1ea1e800cf16654cc17ec.tar.gz gentoo-d928dcb4e7ccff94b1c1ea1e800cf16654cc17ec.tar.bz2 gentoo-d928dcb4e7ccff94b1c1ea1e800cf16654cc17ec.zip |
x11-terms/guake: fix PythonGHDistfileSuffix
Previous commit just revbumped and it's cleaner to do these
at same time to update offline tarballs.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/guake/Manifest | 2 | ||||
-rw-r--r-- | x11-terms/guake/guake-3.8.5-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-terms/guake/Manifest b/x11-terms/guake/Manifest index d2205e05ab63..43fe2c1115aa 100644 --- a/x11-terms/guake/Manifest +++ b/x11-terms/guake/Manifest @@ -1 +1 @@ -DIST guake-3.8.5.tar.gz 1112897 BLAKE2B 221e6a388c3a5904cd20a762e6a669e30b59a742a550e5c2a411534c3b0730c7622f42c67fdc72785fac199c432a297beb9fb53be2b5e2b7545a5b03c2b8b545 SHA512 40605fadb3a0149ea488a7e93f1b7e4f5250f62fe058292f2c02f03f837f22e13171b28c4a9d1a14c2e4897c0066a683cae547e03862397310bc650d149181fb +DIST guake-3.8.5.gh.tar.gz 1112897 BLAKE2B 221e6a388c3a5904cd20a762e6a669e30b59a742a550e5c2a411534c3b0730c7622f42c67fdc72785fac199c432a297beb9fb53be2b5e2b7545a5b03c2b8b545 SHA512 40605fadb3a0149ea488a7e93f1b7e4f5250f62fe058292f2c02f03f837f22e13171b28c4a9d1a14c2e4897c0066a683cae547e03862397310bc650d149181fb diff --git a/x11-terms/guake/guake-3.8.5-r1.ebuild b/x11-terms/guake/guake-3.8.5-r1.ebuild index 7230559cc2fa..3c4daa62d6d1 100644 --- a/x11-terms/guake/guake-3.8.5-r1.ebuild +++ b/x11-terms/guake/guake-3.8.5-r1.ebuild @@ -12,7 +12,7 @@ PLOCALES="ca cs de el es fa fi fr gl hr hu id it ja ko nb nl pa pl pt_BR ru sv t DESCRIPTION="Drop-down terminal for GNOME" HOMEPAGE="http://guake-project.org/" -SRC_URI="https://github.com/Guake/guake/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/Guake/guake/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="GPL-2+" SLOT="0" |