Skip to content

Commit

Permalink
sqlite3: update to 3.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Schamschula committed Jan 15, 2024
1 parent 2e07594 commit 6d739e6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions databases/sqlite3/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PortGroup clang_dependency 1.0

name sqlite3
# don't forget to update the checksums for sqlite3-tools when updating sqlite3
version 3.44.2
version 3.45.0
revision 0
categories databases
platforms darwin
Expand All @@ -24,14 +24,14 @@ long_description SQLite3 is an SQL database engine in a C library. \
an example of how to use the SQLite3 library.

homepage https://www.sqlite.org/
master_sites ${homepage}2023
master_sites ${homepage}2024

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 83172e392e264504704e61261ab7491ca25d6408 \
sha256 1c6719a148bc41cf0f2bbbe3926d7ce3f5ca09d878f1246fcc20767b175bb407 \
size 3204841
checksums rmd160 719b17f53dd1694231e94ff762ddf8edce51510b \
sha256 72887d57a1d8f89f52be38ef84a6353ce8c3ed55ada7864eb944abd9a495e436 \
size 3231697

depends_lib port:libedit \
port:ncurses \
Expand Down Expand Up @@ -121,9 +121,9 @@ subport ${name}-tools {
long_description {*}${description}, including the sqldiff program and the \
sqlite3_analyzer program.

checksums rmd160 4fbab49903759dd675ef066529e0ff5d9312d9d3 \
sha256 73187473feb74509357e8fa6cb9fd67153b2d010d00aeb2fddb6ceeb18abaf27 \
size 14070781
checksums rmd160 f5447d7c490485a8d78150d90e0e3e556bb1ea17 \
sha256 14dc2db487e8563ce286a38949042cb1e87ca66d872d5ea43c76391004941fe2 \
size 14148978

use_zip yes
depends_lib port:tcl \
Expand Down

0 comments on commit 6d739e6

Please sign in to comment.