Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 2F8B77819A3 for <~alpine/aports@lists.alpinelinux.org>; Wed, 4 Dec 2019 16:36:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1575477390; bh=2Vxbbaxo/W9lu4UTveJNs6zo238EFhbujcnDWBPCeQo=; h=From:To:Cc:Subject:Date; b=xt5c+JKpFCVXTCHLEuj9gDx29YeSXtoT59sylS5Fionp/n9t5KiPKvJgD5PDFnh5U DIhhii3WKRAolVic71qEXLnbJmnSW5yJdUAfePMY9Fs7vQ7kNBVYkXH85CDyUKaPe3 GHWqiAXvMeouxorvxrOZZBHqEIcsKyosox9D7HAg= From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH 1/2] testing/stellarium: update to 0.19.2 Date: Wed, 4 Dec 2019 11:37:12 -0500 Message-Id: <20191204163713.6866-1-sir@cmpwn.com> X-Mailer: git-send-email 2.24.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- testing/stellarium/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/stellarium/APKBUILD b/testing/stellarium/APKBUILD index 0e273f6b5c..0ee0fe573d 100644 --- a/testing/stellarium/APKBUILD +++ b/testing/stellarium/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Drew DeVault pkgname=stellarium -pkgver=0.19.1 +pkgver=0.19.2 pkgrel=0 pkgdesc="A stellarium with great graphics and a nice database of sky-objects" url="http://stellarium.org/" @@ -38,4 +38,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="59ab715f7b81e037ed3d23444547dcd00a41b9a1925d58b40a17372e286bbea2c1b762582cd7e1f81d690204840cc23dd9627e2c0bd4abf52367a456849eefe9 stellarium-0.19.1.tar.gz" +sha512sums="a0002dc8a1e43aa264cdf013b57362880d4809207a1f867285d3e1187c4c88c67d166652afe0edeec5a98eff1167e6c3693594d467605ba78ee29d6eb7878d4b stellarium-0.19.2.tar.gz" -- 2.24.0