diff options
author | Sam James <sam@gentoo.org> | 2022-09-30 23:57:05 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-01 00:24:16 +0100 |
commit | 99e1fe477e9f1f9cb11f15e37bbe066fa90e8fd1 (patch) | |
tree | 0317bd226309e195a965a9605f7ce3248b21c5ac /dev-tcltk | |
parent | dev-tcltk/tkimg: fix StaticSrcUri (diff) | |
download | gentoo-99e1fe477e9f1f9cb11f15e37bbe066fa90e8fd1.tar.gz gentoo-99e1fe477e9f1f9cb11f15e37bbe066fa90e8fd1.tar.bz2 gentoo-99e1fe477e9f1f9cb11f15e37bbe066fa90e8fd1.zip |
dev-tcltk/tklib: fix StaticSrcUri
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/tklib/tklib-0.6-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tcltk/tklib/tklib-0.6-r2.ebuild b/dev-tcltk/tklib/tklib-0.6-r2.ebuild index d1240d9ba41d..09f72a4a67e0 100644 --- a/dev-tcltk/tklib/tklib-0.6-r2.ebuild +++ b/dev-tcltk/tklib/tklib-0.6-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ CODE=6a397dec6188148cf6a6fe290cf2bd92a9190c42 DESCRIPTION="Collection of utility modules for Tk, and a companion to Tcllib" HOMEPAGE="http://www.tcl.tk/software/tklib" -SRC_URI="http://core.tcl.tk/tklib/raw/tklib-0.6.tar.bz2?name=${CODE} -> ${P}.tar.bz2" +SRC_URI="http://core.tcl.tk/tklib/raw/${P}.tar.bz2?name=${CODE} -> ${P}.tar.bz2" SLOT="0" KEYWORDS="~amd64 ~x86" |