monero-gui: fix checksum
This commit is contained in:
parent
9d5124bdce
commit
b9b6e3b7a6
|
@ -12,7 +12,7 @@ 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=c72eca68469336608882718e5985f2fbaa7362b0209f7b37005cbf52130493f5
|
checksum=1b91c4ea4d6dc0cd23435b00597420d236ab9d12434a28f99dd4a961199dcef5
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
echo "var GUI_VERSION = \"${version}\"" > version.js
|
echo "var GUI_VERSION = \"${version}\"" > version.js
|
||||||
|
@ -25,7 +25,7 @@ pre_configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
# The dictgen binary is executed during the build to generate code
|
# The dictgen binary is executed during the build to generate code
|
||||||
# but is not included in the binary package. It thus needs to be
|
# but is not included in the binary package. It thus needs to be
|
||||||
# built for the host
|
# built for the host
|
||||||
|
|
Loading…
Reference in New Issue