Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 12C41781505 for <~alpine/aports@lists.alpinelinux.org>; Tue, 28 Sep 2021 05:57:40 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cmpwn.com; s=key1; t=1632808656; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=JeRUUniTphDnxqHKZD22Aqt+X6zaViaj04hKrr+GIlM=; b=oN0DGo4sdo5JLXJWSd/1vis4NBc6YOBKBHkrgui2WQxbMh49j2c7bwm1cUQHkFu7EvNhTq i3xgrPFt4/m6J0gsexxV78tek753hmq4cFLUBD7vbYTtoy2sz5dTwAfYWI+rGUzs01dbcB w2iZayw6Pr1sJApohdYYjdlVLneBTlHdgdMnU39j2axSCa65YkGafIACI7Nhm7AB0Ml92C 94GV9I/Ysic8X57tyYgars4As5MkGK8aG7vP9s0B/TseD5EdwKB2qPlLVvlYd/z1ZBWJD6 X27Z3bcICVjeAO9/sN4GA8ULvJYfK11dlMfjO24Whz0IJZRCcFxtLWSOpu1+8w== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/stellarium: upgrade to 0.21.2 Date: Tue, 28 Sep 2021 07:57:35 +0200 Message-Id: <20210928055735.8736-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: sir@cmpwn.com --- community/stellarium/APKBUILD | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/community/stellarium/APKBUILD b/community/stellarium/APKBUILD index b6d3f01bb9..f5f4025426 100644 --- a/community/stellarium/APKBUILD +++ b/community/stellarium/APKBUILD @@ -1,19 +1,19 @@ # Contributor: Leo # Maintainer: Drew DeVault pkgname=stellarium -pkgver=0.21.0 -pkgrel=1 +pkgver=0.21.2 +pkgrel=0 pkgdesc="A stellarium with great graphics and a nice database of sky-objects" url="http://stellarium.org/" arch="all !mips !mips64 !armhf" # Limited by qt5-qtmultimedia-dev license="GPL-2.0-or-later" makedepends=" cmake boost-dev mesa-dev qt5-qttools-dev libpng-dev freetype-dev - openssl-dev qt5-qtscript-dev qt5-qtserialport-dev qt5-qtmultimedia-dev - qt5-qtlocation-dev gpsd-dev + openssl1.1-compat-dev qt5-qtscript-dev qt5-qtserialport-dev + qt5-qtmultimedia-dev qt5-qtlocation-dev gpsd-dev " subpackages="$pkgname-doc" -source="https://github.com/Stellarium/stellarium/releases/download/v$pkgver/stellarium-v$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://github.com/Stellarium/stellarium/archive/refs/tags/v$pkgver.tar.gz" [ "$CARCH" = "x86" ] && options="!check" build() { @@ -34,4 +34,6 @@ package() { DESTDIR="$pkgdir" cmake --install build } -sha512sums="79844758f96a013759673b3f88bc13cd16613a57998ee69ae5627827f1a2de26c3c63e3bc1a55b572f6443a7e706951d96f32ab6ba0b37afe2a8274ae980083c stellarium-0.21.0.tar.gz" +sha512sums=" +993eb9bb7c46ea8eb9d535eec291ec2b43c7a4cbbd5aad9fc7b3abcd687cf5ce43b9f0cf903ec68581f2e8a0a998809c0ffdd18cda5d528d7ff24386e7806abf stellarium-0.21.2.tar.gz +" -- 2.33.0