Skip to content

Commit

Permalink
samtools: update to 1.16.1
Browse files Browse the repository at this point in the history
- upgrade dependency htslib to 1.16
- also fixes htslib so permission issue (samtools/htslib#1525)
  • Loading branch information
StephDC committed Nov 18, 2022
1 parent 238cc4b commit eb1a2db
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/Makefile b/Makefile
index bb84a25..6ed49a0 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ MKDIR_P = mkdir -p
INSTALL = install -p
INSTALL_DATA = $(INSTALL) -m 644
INSTALL_DIR = $(MKDIR_P) -m 755
-INSTALL_LIB = $(INSTALL_DATA)
+INSTALL_LIB = $(INSTALL)
INSTALL_MAN = $(INSTALL_DATA)
INSTALL_PROGRAM = $(INSTALL)
5 changes: 2 additions & 3 deletions extra-scientific/htslib/spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
VER=1.9
REL=1
VER=1.16
SRCS="tbl::https://github.com/samtools/htslib/releases/download/$VER/htslib-$VER.tar.bz2"
CHKSUMS="sha256::e04b877057e8b3b8425d957f057b42f0e8509173621d3eccaedd0da607d9929a"
CHKSUMS="sha256::606b7c7aff73734cf033ecd156f40529fa5792f54524952a28938ca0890d7924"

CHKUPDATE="anitya::id=13500"
4 changes: 2 additions & 2 deletions extra-scientific/samtools/spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VER=1.9
VER=1.16.1
SRCS="tbl::https://github.com/samtools/samtools/releases/download/$VER/samtools-$VER.tar.bz2"
CHKSUMS="sha256::083f688d7070082411c72c27372104ed472ed7a620591d06f928e653ebc23482"
CHKSUMS="sha256::2fa0a25f78594cf23d07c9d32d5060a14f1c5ee14d7b0af7a8a71abc9fdf1d07"
CHKUPDATE="anitya::id=4759"

0 comments on commit eb1a2db

Please sign in to comment.