diff options
author | Rainer Hurling <rhurlin@FreeBSD.org> | 2022-01-27 16:53:34 +0000 |
---|---|---|
committer | Rainer Hurling <rhurlin@FreeBSD.org> | 2022-01-27 16:53:34 +0000 |
commit | 69ff18193e0feeb62ee1a8dd497908b86f5a7c67 (patch) | |
tree | 1bb03adf1557dce96501ae8341e95c1a4c503270 | |
parent | 4e5b46fad9640314224886996a54f609287f636e (diff) |
astro/astrometry: Update to 0.89
Fixes build error on 32-bit platforms.
Changelog: https://github.com/dstndstn/astrometry.net/compare/0.88...0.89
Reported by: pkg-fallout
MFH: 2022Q1
-rw-r--r-- | astro/astrometry/Makefile | 2 | ||||
-rw-r--r-- | astro/astrometry/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/astro/astrometry/Makefile b/astro/astrometry/Makefile index 8e80f6798c40..ec613499bcea 100644 --- a/astro/astrometry/Makefile +++ b/astro/astrometry/Makefile @@ -1,7 +1,7 @@ # Created by: Sébastien Santoro <dereckson@gmail.com> PORTNAME= astrometry -PORTVERSION= 0.88 +PORTVERSION= 0.89 CATEGORIES= astro MASTER_SITES= http://astrometry.net/downloads/ DISTNAME= ${PORTNAME}.net-${PORTVERSION} diff --git a/astro/astrometry/distinfo b/astro/astrometry/distinfo index 7ec53baece29..95665bb0f7dd 100644 --- a/astro/astrometry/distinfo +++ b/astro/astrometry/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1642258633 -SHA256 (astrometry.net-0.88.tar.gz) = f57d129547ad176a4ff04dc86fc7523d2e7437a9a7f9b567989b81db813b92d2 -SIZE (astrometry.net-0.88.tar.gz) = 11721209 +TIMESTAMP = 1643299821 +SHA256 (astrometry.net-0.89.tar.gz) = 98e955a6f747cde06904e461df8e09cd58fe14b1ecceb193e3619d0f5fc64acb +SIZE (astrometry.net-0.89.tar.gz) = 11721482 |