Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 499D87813DA for <~alpine/aports@lists.alpinelinux.org>; Sat, 16 Apr 2022 12:22:47 +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=1650111188; 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=cyY5D9s3nMdwBqHTeyWLTF06CZ0K7x/B77j/ZkpToDY=; b=YF28nDeGVOAjErYw+deJyy1vJTD8UnMQujtcU65x0loPNb7qYq1Nat6mHBnQJqZB9V/zsF 6euwRzAQQLKF+i3fxgn6b/kZxT/voQdwOg3sKWCg3SDcBhOx7LzYdikUx74QTTJd/5Oi60 8xOD+Utft8a9f5BT4QORgx5qqcK+UOB2SfO6YgQ2SRg+NVwbLAVgGdmL99UUPWKjrmP1g7 H6zxYWtQYdwOcx4PHj8+p1yTQU38dadxaYEt3GgX/zGJAxCdlSJcd+f6WpYTNIS1HGU7dw AZWMbdaCE4DRRHuFWepbwZhZWViImC5eAyDD19w6s9c3poxKpUera4V98bNxxw== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/stellarium: upgrade to 0.22.1 Date: Sat, 16 Apr 2022 14:13:02 +0200 Message-Id: <20220416121302.21760-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: cmpwn.com --- community/stellarium/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/stellarium/APKBUILD b/community/stellarium/APKBUILD index a14e6cffb9..463c75b5b0 100644 --- a/community/stellarium/APKBUILD +++ b/community/stellarium/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leo # Maintainer: Drew DeVault pkgname=stellarium -pkgver=0.22.0 +pkgver=0.22.1 pkgrel=0 pkgdesc="A stellarium with great graphics and a nice database of sky-objects" url="http://stellarium.org/" @@ -45,5 +45,5 @@ package() { } sha512sums=" -17cfc86f5b684d8e40075de4c6bbcb89aa4a996f6a9a3f055b58f3d8a3318c7908033120ae6e0c5aa27baba08ff03c32d9c3506cd2e326e91dc621f453ce2f5d stellarium-0.22.0.tar.gz +31d0294c78c3254261dd2a5e46022342f9f3046f920efd8e4f1353eecf79116f50a968479768c12a8419ed3f9182fd3694a78b5ea2ab27ad67e6ef6d17aaa137 stellarium-0.22.1.tar.gz " -- 2.35.2