sqlite3-32: 3.44.2 -> 3.45.0

This commit is contained in:
Tim Biermann 2024-01-16 21:23:10 +01:00
parent 92c3940284
commit 7e3a4a528c
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/compat-32.pub untrusted comment: verify with /etc/ports/compat-32.pub
RWSwxGo/zH7eXR9e0yO1/QBKDSXpU7MDKI4kisZ9S12RxCqb1trVMU7G3Znz7/XbinYt+YzEvwYKOq/B56QTjAbI+FMeJ54bIAM= RWSwxGo/zH7eXeMgM6vDMxZ7CD3E9Nr10OGq6SJSvvC9nZkUCz7afrXVctKhMUxVVzJuFAlcNSqF13zu4/2srASwK9efozJCegk=
SHA256 (Pkgfile) = 483af32cd9b33a0b0fe379d2444f332dc5420aff8305b3ab2b48dbfdce53e2e3 SHA256 (Pkgfile) = 02ffc45433dc49420b2f7e93e134cc0f633ab57c229fc210c4a560a878ef2083
SHA256 (.footprint) = 0295598c62e1271a4579eeae3a0c302ea8698c136b5abfa71e836bdf7c11e0af SHA256 (.footprint) = 0295598c62e1271a4579eeae3a0c302ea8698c136b5abfa71e836bdf7c11e0af
SHA256 (sqlite-autoconf-3440200.tar.gz) = 1c6719a148bc41cf0f2bbbe3926d7ce3f5ca09d878f1246fcc20767b175bb407 SHA256 (sqlite-autoconf-3450000.tar.gz) = 72887d57a1d8f89f52be38ef84a6353ce8c3ed55ada7864eb944abd9a495e436

View File

@ -4,11 +4,11 @@
# Depends on: readline-32 sqlite3 # Depends on: readline-32 sqlite3
name=sqlite3-32 name=sqlite3-32
version=3.44.2 version=3.45.0
release=1 release=1
_version=$(printf "%i%.2i%.2i%.2i" ${version//./ }) _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() { build() {
cd sqlite-autoconf-${_version} cd sqlite-autoconf-${_version}