monero-gui: fix checksum

This commit is contained in:
maxice8 2018-10-14 20:23:57 -03:00
parent 9d5124bdce
commit b9b6e3b7a6
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="BSD-3-Clause"
homepage="https://getmonero.org"
distfiles="https://github.com/monero-project/monero-gui/archive/v${version}.tar.gz"
checksum=c72eca68469336608882718e5985f2fbaa7362b0209f7b37005cbf52130493f5
checksum=1b91c4ea4d6dc0cd23435b00597420d236ab9d12434a28f99dd4a961199dcef5
pre_configure() {
echo "var GUI_VERSION = \"${version}\"" > version.js
@ -25,7 +25,7 @@ pre_configure() {
}
pre_build() {
if [ -n "$CROSS_BUILD" ]; then
if [ "$CROSS_BUILD" ]; then
# The dictgen binary is executed during the build to generate code
# but is not included in the binary package. It thus needs to be
# built for the host