mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
databases/py-apsw: Update to 3.37.0
- Add LICENSE_FILE Changes: https://github.com/rogerbinns/apsw/releases https://rogerbinns.github.io/apsw/changes.html
This commit is contained in:
parent
d7e1116893
commit
142778b442
2 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,8 @@
|
||||||
# Created by: Rusty Nejdl
|
# Created by: Rusty Nejdl
|
||||||
|
|
||||||
PORTNAME= apsw
|
PORTNAME= apsw
|
||||||
PORTVERSION= 3.35.4
|
PORTVERSION= 3.37.0
|
||||||
DISTVERSIONSUFFIX= -r1
|
DISTVERSIONSUFFIX= -r1
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= databases python
|
CATEGORIES= databases python
|
||||||
MASTER_SITES= https://github.com/rogerbinns/apsw/releases/download/${PORTVERSION}${DISTVERSIONSUFFIX}/
|
MASTER_SITES= https://github.com/rogerbinns/apsw/releases/download/${PORTVERSION}${DISTVERSIONSUFFIX}/
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -12,6 +11,7 @@ MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= Another Python SQLite Wrapper
|
COMMENT= Another Python SQLite Wrapper
|
||||||
|
|
||||||
LICENSE= ZLIB
|
LICENSE= ZLIB
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
BUILD_DEPENDS= sqlite3>=${PORTVERSION:R},1:databases/sqlite3
|
BUILD_DEPENDS= sqlite3>=${PORTVERSION:R},1:databases/sqlite3
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1619910315
|
TIMESTAMP = 1643971030
|
||||||
SHA256 (apsw-3.35.4-r1.zip) = 3d02d0259f7ad7ed6bbde1f2a83e814a9f5a7eed7a3eb1ab7ea2374096ae178f
|
SHA256 (apsw-3.37.0-r1.zip) = 74f63227c8e9fcfee38cfb4b13db72909bf55fe1bdf2c52c4e3406b21207995b
|
||||||
SIZE (apsw-3.35.4-r1.zip) = 685034
|
SIZE (apsw-3.37.0-r1.zip) = 698951
|
||||||
|
|
Loading…
Add table
Reference in a new issue