databases/py-apsw: Update to 3.43.1.1

Changes:	https://github.com/rogerbinns/apsw/releases
		https://rogerbinns.github.io/apsw/changes.html
This commit is contained in:
Po-Chuan Hsieh 2023-10-08 19:54:47 +08:00
parent 348dfee84f
commit 6c79d53e96
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
3 changed files with 4 additions and 15 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= apsw
PORTVERSION= 3.43.1.0
PORTVERSION= 3.43.1.1
CATEGORIES= databases python
MASTER_SITES= PYPI \
https://sqlite.org/2023/:sqlite

View file

@ -1,5 +1,5 @@
TIMESTAMP = 1695143287
SHA256 (apsw-3.43.1.0.tar.gz) = 7e2cbbb407b6d1146bbd966de5843688b4deaa2cb07d98690689a42d00363cdd
SIZE (apsw-3.43.1.0.tar.gz) = 398206
TIMESTAMP = 1696753638
SHA256 (apsw-3.43.1.1.tar.gz) = 19606778b88515495495a4be87dbfca4a28dd61afda8e5404c0ed0e78acd8de8
SIZE (apsw-3.43.1.1.tar.gz) = 398125
SHA256 (sqlite-autoconf-3430100.tar.gz) = 39116c94e76630f22d54cd82c3cea308565f1715f716d1b2527f1c9c969ba4d9
SIZE (sqlite-autoconf-3430100.tar.gz) = 3175971

View file

@ -1,11 +0,0 @@
--- src/apsw.c.orig 2023-09-13 22:45:44 UTC
+++ src/apsw.c
@@ -102,7 +102,7 @@ API Reference
#ifdef _MSC_VER
#include <malloc.h>
#else
-#include <alloca.h>
+#include <stdlib.h>
#endif
/* Get the version number */