diff options
author | Jason W. Bacon <jwb@FreeBSD.org> | 2021-12-18 11:50:05 -0600 |
---|---|---|
committer | Jason W. Bacon <jwb@FreeBSD.org> | 2021-12-18 11:56:50 -0600 |
commit | 134a1c9046c43338aa898af4bb1ab257a5c0618b (patch) | |
tree | 72b53bbf05b4a2cdda3658f8159df59ea6c140b4 /biology/htslib | |
parent | 8685d5a1956a2fa6e4db87bbcfc9668ce0d46d6a (diff) | |
download | freebsd-ports-134a1c9046c43338aa898af4bb1ab257a5c0618b.zip |
biology/htslib: Update to 1.14
Several minor enhancements and fixes
Changes: https://github.com/samtools/htslib/tags
Diffstat (limited to 'biology/htslib')
-rw-r--r-- | biology/htslib/Makefile | 2 | ||||
-rw-r--r-- | biology/htslib/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/biology/htslib/Makefile b/biology/htslib/Makefile index ec7ab0ab4d8d..d4512851afd1 100644 --- a/biology/htslib/Makefile +++ b/biology/htslib/Makefile @@ -1,7 +1,7 @@ # Created by: Reed A. Cartwright <cartwright@asu.edu> PORTNAME= htslib -DISTVERSION= 1.13 +DISTVERSION= 1.14 CATEGORIES= biology devel # Github generated distfiles are incomplete, so use custom tarball MASTER_SITES= https://github.com/samtools/htslib/releases/download/${DISTVERSION}/ diff --git a/biology/htslib/distinfo b/biology/htslib/distinfo index dc4bf1b4ea09..aefd3caacc9e 100644 --- a/biology/htslib/distinfo +++ b/biology/htslib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1626039683 -SHA256 (htslib-1.13.tar.bz2) = f2407df9f97f0bb6b07656579e41a1ca5100464067b6b21bf962a2ea4b0efd65 -SIZE (htslib-1.13.tar.bz2) = 4226834 +TIMESTAMP = 1639702310 +SHA256 (htslib-1.14.tar.bz2) = ed221b8f52f4812f810eebe0cc56cd8355a5c9d21c62d142ac05ad0da147935f +SIZE (htslib-1.14.tar.bz2) = 4136564 |