Skip to content

Commit

Permalink
sqlite3: update to 3.49.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Schamschula committed Feb 18, 2025
1 parent f0d2ee8 commit eb58da3
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions databases/sqlite3/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ PortGroup clang_dependency 1.0

name sqlite3
# don't forget to update the checksums for sqlite3-tools when updating sqlite3
version 3.49.0
revision 2
version 3.49.1
revision 0
categories databases
license public-domain

Expand All @@ -28,9 +28,9 @@ master_sites ${homepage}/2025
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 c995ca11de72db8d55fdccda0a6b0cf7d9ed766f \
sha256 4d8bfa0b55e36951f6e5a9fb8c99f3b58990ab785c57b4f84f37d163a0672759 \
size 3222148
checksums rmd160 0a330872e40ee479f1b4a908cc663775090e8a70 \
sha256 106642d8ccb36c5f7323b64e4152e9b719f7c0215acf5bfeac3d5e7f97b59254 \
size 3226385

depends_lib port:libedit \
port:ncurses \
Expand Down Expand Up @@ -97,8 +97,6 @@ if {${subport} eq ${name}} {
}

subport ${name}-tcl {
revision 1

depends_lib port:tcl

configure.dir ${worksrcpath}/tea
Expand All @@ -123,18 +121,16 @@ subport ${name}-tcl {
}

subport ${name}-tools {
revision 1

distname sqlite-src-${padded_ver}

description A bundle of command-line tools for managing SQLite \
database files
long_description {*}${description}, including the sqldiff program and the \
sqlite3_analyzer program.

checksums rmd160 2a589a057c28bbafbd049d622beff582cbb90807 \
sha256 bec0262d5b165b133d6f3bdb4339c0610f4ac3d50dee53e8ad148ece54a129d0 \
size 14371111
checksums rmd160 ac61414b3b8c3e7ab63d8dd78cd339767892063f \
sha256 4404d93cbce818b1b98ca7259d0ba9b45db76f2fdd9373e56f2d29b519f4d43b \
size 14372402

use_zip yes

Expand Down

0 comments on commit eb58da3

Please sign in to comment.