diff databases/sqlite/sqlite.sh @ 1288:9867e578b1a9

misc: update copyright years
author David Demelier <markand@malikania.fr>
date Tue, 16 Nov 2021 14:49:42 +0100
parents 325631424c65
children
line wrap: on
line diff
--- a/databases/sqlite/sqlite.sh	Tue Nov 16 14:49:07 2021 +0100
+++ b/databases/sqlite/sqlite.sh	Tue Nov 16 14:49:42 2021 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (c) 2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2019-2021 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
@@ -20,7 +20,7 @@
 PKGREVISION=1
 PKGLICENSE="PUBLIC-DOMAIN"
 PKGSUMMARY="SQL database engine"
-PKGDOWNLOAD="https://sqlite.org/2019/sqlite-src-$PKGVERSION.zip"
+PKGDOWNLOAD="https://sqlite.org/2019-2021/sqlite-src-$PKGVERSION.zip"
 PKGDEPENDS="zlib"
 PKGOPTIONS="READLINE TCL"