diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2023-05-16 19:14:08 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2023-05-16 21:35:15 +0200 |
commit | 01f5ed824c8d716ac8544770c384f3c153fa83d9 (patch) | |
tree | 3e0be90aa94248618bc2a3e7bb5fe16edfa640a0 /source/ap | |
parent | 2b8f79369172b459d449e385aac0b142d8ded6cd (diff) | |
download | current-01f5ed824c8d716ac8544770c384f3c153fa83d9.tar.gz current-01f5ed824c8d716ac8544770c384f3c153fa83d9.tar.xz |
Tue May 16 19:14:08 UTC 202320230516191408
a/eudev-3.2.12-x86_64-1.txz: Upgraded.
ap/sqlite-3.42.0-x86_64-1.txz: Upgraded.
l/exiv2-0.27.6-x86_64-1.txz: Upgraded.
Ah, the old safe looking update with an soname bump and breaking API changes
strikes again. We'll revert to this until the fallout has settled down.
l/nodejs-20.2.0-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/ap')
-rwxr-xr-x | source/ap/sqlite/sqlite.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/ap/sqlite/sqlite.SlackBuild b/source/ap/sqlite/sqlite.SlackBuild index 980eddb44..07e26ad95 100755 --- a/source/ap/sqlite/sqlite.SlackBuild +++ b/source/ap/sqlite/sqlite.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=sqlite -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # First, convert the .zip file if needed: if ls *.zip 1> /dev/null 2> /dev/null ; then |