Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 210DF7818F8 for <~alpine/aports@lists.alpinelinux.org>; Mon, 28 Dec 2020 13:04:16 +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=1609160654; 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=Io0w4Eq4XzrPDuU/84SV7Y2cNLsXMYlBkG6p4C/wFc0=; b=s3RH3ACIvJz0QLaKYwmTNUevKAugjUCJ6IsA9B8kV66++F5LoY5TV4QASWzH1aYOhqEgJQ 9rfUYsK+jiZxhj/hxa9T0LF3pk12cAa1mN+CkVd44Qxo3JxYkmQhiiHWi433TCmqRLPGeY zr8lZRbC4dv/6nNfi4F+vXTTkhiQ+Vbu873QmPOUnRfK3EIu6hOKwPcRox/QAbkhw9LYoa +yBwf495Wt88jWC+0XwiNyzpIAgvCAC/lyyqJ/kC7/FMWHoXi5/1IgqT93HsdiK5zWEug+ tT5Ep6Q4hI+vqnVnvaGMxLmNNwXDbsz5rYspkagOXbtpV3l7qSwPf/huV9oLdg== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/stellarium: upgrade to 0.20.4 Message-Id: <20201228130326.23345-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: sir@cmpwn.com Date: Mon, 28 Dec 2020 13:04:13 GMT --- community/stellarium/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/stellarium/APKBUILD b/community/stellarium/APKBUILD index b360cec2fd..afe3c60767 100644 --- a/community/stellarium/APKBUILD +++ b/community/stellarium/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Leo # Maintainer: Drew DeVault pkgname=stellarium -pkgver=0.20.2 -pkgrel=1 +pkgver=0.20.4 +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="34f1ad5891dde84b53324046bdf1514df858335ba8f0954bb72350b057ff6dc4091a2d7bf89083489e0d8d1c750c5fb8ba8e1e241f9287a740121b377f0e510c stellarium-0.20.2.tar.gz" +sha512sums="29e14d56a93db672b5163e6f21dda462fe6c5598d9791bf9a98f414f662c26e0826b3892e3a888688371d805bbddbf5fb47f193c4e16d754fe83fbfb9559e5ae stellarium-0.20.4.tar.gz" -- 2.29.2