mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
monero-gui: update to 0.15.0.5.
This commit is contained in:
parent
9c202ac839
commit
2d1a9de6db
1 changed files with 10 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'monero-gui'
|
# Template file for 'monero-gui'
|
||||||
pkgname=monero-gui
|
pkgname=monero-gui
|
||||||
version=0.15.0.4
|
version=0.15.0.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
hostmakedepends="pkg-config qt5-tools qt5-qmake qt5-quickcontrols qt5-declarative-devel
|
hostmakedepends="pkg-config qt5-tools qt5-qmake qt5-quickcontrols qt5-declarative-devel
|
||||||
|
@ -13,8 +13,15 @@ short_desc="GUI for the core Monero implementation"
|
||||||
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://getmonero.org"
|
homepage="https://getmonero.org"
|
||||||
distfiles="https://github.com/monero-project/monero-gui/archive/v${version}.tar.gz"
|
distfiles="https://github.com/monero-project/monero-gui/archive/v${version}.tar.gz
|
||||||
checksum=0c77a2b149e1ee403b97e616f16da2e12c837ace82d654460845b0c7032b0978
|
https://github.com/monero-project/monero/archive/v${version}.tar.gz>monero-${version}.tar.gz"
|
||||||
|
checksum="00c4281307e6c50ee31dff627e8e28badb3a487bfb0ab11e9702b7e75c1ad238
|
||||||
|
45deb2e8da87dc9ba1be5095d76c09c526dbe7d33cb010663daafb3fe4c19e33"
|
||||||
|
skip_extraction="monero-${version}.tar.gz"
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
bsdtar xzf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/monero-${version}.tar.gz --strip-components 1 -C monero
|
||||||
|
}
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
echo "var GUI_VERSION = \"${version}\"" > version.js
|
echo "var GUI_VERSION = \"${version}\"" > version.js
|
||||||
|
|
Loading…
Add table
Reference in a new issue