Version bump

This commit is contained in:
Gerben Jan Dijkman 2025-06-19 20:51:32 +02:00
parent ac5492b06d
commit 9e701cc09a
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
DIST Megapixels-2.0.0-alpha1.tar.gz 1788861 BLAKE2B 38749fc15db95f5c187fafda65b3b83ddb833268399b310121207a6d8bb50e8f332326cdb1768db967ee8ed39bea375026a60e82efe90dc6ebf4568a2defa9fa SHA512 8e196552b4065c49599589e7ad120bcc5f3416f02813d95242c79887b8e1b6102f22b1c2cabc1e2f6b6f44996f21ddc1dcf4cee4e95587cbc1ebbf2bbcd6e03f DIST Megapixels-2.0.0-alpha2.tar.gz 1793151 BLAKE2B e0ce01b80d7c6ffa889fb4f1ab0bec744dd1e3b7a120d32c9452c2eb9a3f1dad1b5998fb157de10096d9067183f11f691912c8c10a3b529008619efb016fa672 SHA512 68894585dba3a38efd35c3c6200550384a40b26f1930c5b04480f751118f453f860374e3a210301218d07315854446b153b340203d365afbc53b9a5206fff924

View File

@ -7,7 +7,7 @@ inherit gnome2-utils meson xdg
DESCRIPTION="A GTK3 camera application that knows how to deal with the media request api" DESCRIPTION="A GTK3 camera application that knows how to deal with the media request api"
HOMEPAGE="https://gitlab.com/megapixels-org/Megapixels" HOMEPAGE="https://gitlab.com/megapixels-org/Megapixels"
SRC_URI="https://gitlab.com/megapixels-org/Megapixels/-/archive/2.0.0-alpha1/Megapixels-2.0.0-alpha1.tar.gz" SRC_URI="https://gitlab.com/megapixels-org/Megapixels/-/archive/2.0.0-alpha2/Megapixels-2.0.0-alpha2.tar.gz"
LICENSE="GPL-3" LICENSE="GPL-3"
SLOT="0" SLOT="0"
@ -32,7 +32,7 @@ DEPEND="
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
BDEPEND="" BDEPEND=""
S="${WORKDIR}/Megapixels-2.0.0-alpha1" S="${WORKDIR}/Megapixels-2.0.0-alpha2"
src_configure() { src_configure() {
meson_src_configure meson_src_configure