Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 4CCC3780FDC for <~alpine/aports@lists.alpinelinux.org>; Sun, 28 Mar 2021 12:33:12 +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=1616934791; 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=f8U/PVGPgMG6eeNJP6gnZrmXaA7rShv0JJw/okpPSWk=; b=GJlYPACe5HqjGRY/8tRS3UuZ7Hb/uA2mOzIoyGZ7eW3Oc+iDgSXV7CcW9YockxGlc++JjJ S/uN/Zy1sAm1gOtm6Admz7ycacANsZw0PNMsKiVTeJ9BBQhQrNHnInDBgp4zBrtEY8xa73 ow8LkGIOMZXEVxfhReEL3vV1evmKRVzsa9Z14Fjb0Ll6FTlCNe5L/hqqaE7Zmujcmu77xf roDmxrSU+agKP0Z6zw8jj0vZF7mhZy+UZBvYovu85jLiHq0b1fvlg3GsVPYV0JFdpxjqX6 a8FV14miVj2ZODluwN2AxDCI6aqLGMYpcmeQoWQdFl2k+K3s6cHnk+W3yEHSpg== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/stellarium: upgrade to 0.21.0 Date: Sun, 28 Mar 2021 08:33:07 -0400 Message-Id: <20210328123307.3659-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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/stellarium/APKBUILD b/community/stellarium/APKBUILD index 464be5395b..a622ea4c65 100644 --- a/community/stellarium/APKBUILD +++ b/community/stellarium/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Leo # Maintainer: Drew DeVault pkgname=stellarium -pkgver=0.20.4 -pkgrel=2 +pkgver=0.21.0 +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 @@ -35,4 +35,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="29e14d56a93db672b5163e6f21dda462fe6c5598d9791bf9a98f414f662c26e0826b3892e3a888688371d805bbddbf5fb47f193c4e16d754fe83fbfb9559e5ae stellarium-0.20.4.tar.gz" +sha512sums="79844758f96a013759673b3f88bc13cd16613a57998ee69ae5627827f1a2de26c3c63e3bc1a55b572f6443a7e706951d96f32ab6ba0b37afe2a8274ae980083c stellarium-0.21.0.tar.gz" -- 2.31.0