X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mout01.posteo.de (mout01.posteo.de [185.67.36.65]) by lists.alpinelinux.org (Postfix) with ESMTP id 69C895C50DA for ; Tue, 12 Jun 2018 07:07:56 +0000 (GMT) Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id A4DE620FFA for ; Tue, 12 Jun 2018 09:07:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1528787275; bh=W9nCGTf7j2+DRPlSS7Cmef4qLmH4siKHsIedHt48HUA=; h=From:To:Cc:Subject:Date:From; b=o/AMUuwXOgfAbaRe9HvC3omCnNUDZ65oPKbWBF1qDii0ktBi2XEaUGYOTsiu4lQLB Sfz13hZFD0V6orHa4MJx0pA1CQlHwwnX3VcziovdiXn5EmHxFyV7WKg2PJDOX9Jwhi DhW6DK7tM2MFU70ErDo1g6k/cW9s+Pz6r+ZFhgoEFaDxqyblt2I4f1T/fhTVq1DAwd zyu6xMo+US17IHH/Ugpp3z0UKKVI3+uPydiOcjocBc/+t+Q9xHw3oGoXdEUEoyTi4T GOOeDJ6MQ6xO6tmIwDQK8+gkHguQyZdRGiVWAEO8QwvPrNIP+Wb/W/uzXegVEXuRFT nCbINXq/Y+kQg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 414gvF6V6Fz9rxD; Tue, 12 Jun 2018 09:07:53 +0200 (CEST) From: Sascha Paunovic To: alpine-aports@lists.alpinelinux.org Cc: Sascha Paunovic Subject: [alpine-aports] [PATCH] community/minetest: upgrade to 0.4.17.1 Date: Tue, 12 Jun 2018 09:07:48 +0200 Message-Id: <20180612070748.29079-1-azarus@posteo.net> X-Mailer: git-send-email 2.17.1 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Changelog: - Correct character encoding for chat_send_player and chat_send_all - Fix crash caused by log_deprecated and the use of deprecated - functions - Fix crash on pause menu when pressing up/down keys - Android build system fixes also use https:// URL --- community/minetest/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/minetest/APKBUILD b/community/minetest/APKBUILD index 385e86aae7..773b1aae10 100644 --- a/community/minetest/APKBUILD +++ b/community/minetest/APKBUILD @@ -1,10 +1,10 @@ # Contributor: # Maintainer: Sascha Paunovic pkgname=minetest -pkgver=0.4.17 +pkgver=0.4.17.1 pkgrel=0 pkgdesc="An infinite-world block sandbox game and a game engine" -url="http://minetest.net/" +url="https://minetest.net/" # luajit is not available for disabled arches arch="all !s390x" install="$pkgname-server.pre-install" @@ -91,6 +91,6 @@ server(){ cp bin/minetestserver ${subpkgdir}/usr/bin } -sha512sums="3015f5a03be37c5395b55b6dc9f883f9270b19f709a47250f36bc7b1ce6d04a0e89e4366d86da33bbebbfb64f04ff008aec66c96930d7314991a21160265bafe minetest-0.4.17.tar.gz +sha512sums="9f84ae45ebe181cb1cd2dff6b71b558eb276472efdfcd73bd02a111b2761793d49681bdfbbeaccc28f4a2f49e15b80d04b78db2f2f728c852c188b0c96aae618 minetest-0.4.17.1.tar.gz 7bca17dc0bd59db9c07c160677498aa09297026104e922bf93b7629c274d0aebd226af60c5e82f49ffe3cc5c1e4448e3798b6c2a44144fc6eca4d3aaed3384bb minetest-server.confd c27aea87468538b48b5e0a66fa5cdde4fc67f3c00a0e57f359a2f044a31c5617d1b5f3dec72e015537ee3bf126bd1073878c0f4447de67db9be2c4cf21416dd7 minetest-server.initd" -- 2.17.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---