Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 48717780ED0 for <~alpine/aports@lists.alpinelinux.org>; Thu, 24 Jun 2021 15:07:03 +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=1624547222; 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=B4GjiaDbgulKvDRUnNOYGesj+0IwKa+IlMRHCzGJ+lI=; b=w6XseBQY1D/SaSLWH74Aoj2Ak8PfQcWnJBo4Q3+/OttH8U5fhoXeAs9kixmq+bYkfn6ZcR am6SWNxRlY6JbQtqj7oMNgA4/d7NMFW1SD4uLmF/NQXfArcrHwzTz+3eUDxFOltm5RaO11 BSRdTv44Y8uzwO00KouofaixNUJsmbikeYx/frOcSB38fUScKZJlvHJBdgKa8WUdwqnQcq 5FnlodasqbUuAsOeMOVWlW7eGZ0CoZp59V293Pr6mPCTwPCA/OVtZ0cmhoIss5f78Sy350 CWXtRiWS1XGb/+dVw0X4QiNhKpJj8Gd/gh5Lty/BkOmyM1YqjxsNbyPi7aFiQg== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/stellarium: upgrade to 0.21.1 Date: Thu, 24 Jun 2021 11:06:59 -0400 Message-Id: <20210624150659.32341-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 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/community/stellarium/APKBUILD b/community/stellarium/APKBUILD index a8b710cc58..0a8c647e70 100644 --- a/community/stellarium/APKBUILD +++ b/community/stellarium/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Leo # Maintainer: Drew DeVault pkgname=stellarium -pkgver=0.21.0 -pkgrel=1 +pkgver=0.21.1 +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,6 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="79844758f96a013759673b3f88bc13cd16613a57998ee69ae5627827f1a2de26c3c63e3bc1a55b572f6443a7e706951d96f32ab6ba0b37afe2a8274ae980083c stellarium-0.21.0.tar.gz" +sha512sums=" +6dd935808c711da32c793a0cedad464a15bf35ede60cff385e96f1d5868e751ed2e09b61551f7a6fe599b702a6f4d0a62d4494a40b68e77685ba57b6a63b5031 stellarium-0.21.1.tar.gz +" -- 2.32.0