From 7e3a4a528c99aa4a0090a49696e8e4138467bd34 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Tue, 16 Jan 2024 21:23:10 +0100 Subject: [PATCH] sqlite3-32: 3.44.2 -> 3.45.0 --- sqlite3-32/.signature | 6 +++--- sqlite3-32/Pkgfile | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sqlite3-32/.signature b/sqlite3-32/.signature index ea5e925a..ffc0adc1 100644 --- a/sqlite3-32/.signature +++ b/sqlite3-32/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/compat-32.pub -RWSwxGo/zH7eXR9e0yO1/QBKDSXpU7MDKI4kisZ9S12RxCqb1trVMU7G3Znz7/XbinYt+YzEvwYKOq/B56QTjAbI+FMeJ54bIAM= -SHA256 (Pkgfile) = 483af32cd9b33a0b0fe379d2444f332dc5420aff8305b3ab2b48dbfdce53e2e3 +RWSwxGo/zH7eXeMgM6vDMxZ7CD3E9Nr10OGq6SJSvvC9nZkUCz7afrXVctKhMUxVVzJuFAlcNSqF13zu4/2srASwK9efozJCegk= +SHA256 (Pkgfile) = 02ffc45433dc49420b2f7e93e134cc0f633ab57c229fc210c4a560a878ef2083 SHA256 (.footprint) = 0295598c62e1271a4579eeae3a0c302ea8698c136b5abfa71e836bdf7c11e0af -SHA256 (sqlite-autoconf-3440200.tar.gz) = 1c6719a148bc41cf0f2bbbe3926d7ce3f5ca09d878f1246fcc20767b175bb407 +SHA256 (sqlite-autoconf-3450000.tar.gz) = 72887d57a1d8f89f52be38ef84a6353ce8c3ed55ada7864eb944abd9a495e436 diff --git a/sqlite3-32/Pkgfile b/sqlite3-32/Pkgfile index aa2af8e8..c36ba936 100644 --- a/sqlite3-32/Pkgfile +++ b/sqlite3-32/Pkgfile @@ -4,11 +4,11 @@ # Depends on: readline-32 sqlite3 name=sqlite3-32 -version=3.44.2 +version=3.45.0 release=1 _version=$(printf "%i%.2i%.2i%.2i" ${version//./ }) -source=(https://www.sqlite.org/2023/sqlite-autoconf-${_version}.tar.gz) +source=(https://www.sqlite.org/2024/sqlite-autoconf-${_version}.tar.gz) build() { cd sqlite-autoconf-${_version}