Skip to content

Commit

Permalink
sqlite3: update to version 3.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Schamschula committed Feb 14, 2017
1 parent 2b853c6 commit e799e77
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions databases/sqlite3/Portfile
Expand Up @@ -3,7 +3,7 @@
PortSystem 1.0

name sqlite3
version 3.16.2
version 3.17.0
categories databases
platforms darwin
license public-domain
Expand All @@ -26,8 +26,8 @@ master_sites ${homepage}2017
set padded_ver [string range [subst [regsub -all {\.([0-9]+)} "${version}.0.0" {[format %02d \1]}]] 0 6]
distname sqlite-autoconf-${padded_ver}

checksums rmd160 86b351cfa4321a857fe6987694e188655226951f \
sha256 65cc0c3e9366f50c0679c5ccd31432cea894bc4a3e8947dabab88c8693263615
checksums rmd160 c198f8c3f91894ba017b7e71a9d6e5c31a9ef12c \
sha256 a4e485ad3a16e054765baf6371826b5000beed07e626510896069c0bf013874c

depends_lib port:libedit \
port:ncurses
Expand Down Expand Up @@ -75,8 +75,8 @@ subport ${name}-tools {
database files, including the sqldiff program and the \
sqlite3_analyzer program.

checksums rmd160 0b704dbe2e26c3b6153ef2a8108d1b668fd419c0 \
sha256 ee77c2cc5cc4a7b0a746a1d4496f7aee0d71c558a3bbfcf8e9e0b35416910337
checksums rmd160 1c0930021811f401c33b42ad93bbf3dd6174a6c4 \
sha256 86754bee6bcaf1f2a6bf4a02676eb3a43d22d4e5d8339e217424cb2be6b748c3
use_zip yes
depends_lib port:tcl
configure.args --with-tcl=${prefix}/lib
Expand Down

0 comments on commit e799e77

Please sign in to comment.