diff options
Diffstat (limited to 'media-gfx/superslicer/superslicer-2.5.59.0-r3.ebuild')
-rw-r--r-- | media-gfx/superslicer/superslicer-2.5.59.0-r3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-gfx/superslicer/superslicer-2.5.59.0-r3.ebuild b/media-gfx/superslicer/superslicer-2.5.59.0-r3.ebuild index 083ab1fda40d..7cdeaa9cc284 100644 --- a/media-gfx/superslicer/superslicer-2.5.59.0-r3.ebuild +++ b/media-gfx/superslicer/superslicer-2.5.59.0-r3.ebuild @@ -5,6 +5,7 @@ EAPI=8 WX_GTK_VER="3.0-gtk3" MY_PN="SuperSlicer" +SLICER_PROFILES_COMMIT="748fbdfd2ac077e4e415868e7bc963740b92aa8e" inherit cmake wxwidgets xdg flag-o-matic @@ -12,7 +13,7 @@ DESCRIPTION="A mesh slicer to generate G-code for fused-filament-fabrication (3D HOMEPAGE="https://github.com/supermerill/SuperSlicer/" SRC_URI=" https://github.com/supermerill/SuperSlicer/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz - https://github.com/slic3r/slic3r-profiles/archive/748fbdfd2ac077e4e415868e7bc963740b92aa8e.tar.gz -> ${P}-profiles.tar.gz + https://github.com/slic3r/slic3r-profiles/archive/${SLICER_PROFILES_COMMIT}.tar.gz -> ${P}-profiles.tar.gz " LICENSE="AGPL-3 Boost-1.0 GPL-2 LGPL-3 MIT" |