Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 1F9D1780DF7 for <~alpine/aports@lists.alpinelinux.org>; Sat, 25 Dec 2021 11:06:30 +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=1640429914; 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=mOyo3O4UIRpG2CQK8tfvxeD98ZCCeXyUXTQLzQ3cdYk=; b=QpR8bGzeYxi3WGsAKVChzD0WWE8SHFZAARKNJUinvUOTG2PVQHSoVhcfBjXn41Ozrqza47 ixpLlAASzVxDOsVYFLOlDNUsizSRjkK11mxeJ15F+kK5cT6hKPir8sCwzhnY7+74dCqpKz ez7rxaYuSrSxrlwQ+7uwJg/TbcluHXJp8cV+lMggCwuch3dG1mBRzWYYciv40Gducuywhy vbNj4XgLgxPBhdp1wn1H7E+uMCq9gL1hqM4DWy9Bztb35lDBQ88A26UJiKBWPcwj9S3B3b l8S3p12TtbfrIVsym2JFEe2neg2sbKeLdi8bEa318Pef5XfkocAYMj8ekBLPKw== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/stellarium: upgrade to 0.21.3 Date: Sat, 25 Dec 2021 11:58:20 +0100 Message-Id: <20211225105820.3075-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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/stellarium/APKBUILD b/community/stellarium/APKBUILD index 8264599c9c..b22f8282e6 100644 --- a/community/stellarium/APKBUILD +++ b/community/stellarium/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Leo # Maintainer: Drew DeVault pkgname=stellarium -pkgver=0.21.1 -pkgrel=2 +pkgver=0.21.3 +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,5 +35,5 @@ package() { } sha512sums=" -6dd935808c711da32c793a0cedad464a15bf35ede60cff385e96f1d5868e751ed2e09b61551f7a6fe599b702a6f4d0a62d4494a40b68e77685ba57b6a63b5031 stellarium-0.21.1.tar.gz +6553f0229f837742e8b9db2715ecb96d69fe46aa7f057d86fb2547540d86f2cb767ca4a6bb5ff18037642113b42fec3f2850e037275fc732aae63da8031bbd0e stellarium-0.21.3.tar.gz " -- 2.34.1