comparison lib/libedit/libedit.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 52a393cf8949
comparison
equal deleted inserted replaced
1287:8c73c712e598 1288:9867e578b1a9
1 #!/bin/sh 1 #!/bin/sh
2 # 2 #
3 # Copyright (c) 2019 David Demelier <markand@malikania.fr> 3 # Copyright (c) 2019-2021 David Demelier <markand@malikania.fr>
4 # 4 #
5 # Permission to use, copy, modify, and/or distribute this software for any 5 # Permission to use, copy, modify, and/or distribute this software for any
6 # purpose with or without fee is hereby granted, provided that the above 6 # purpose with or without fee is hereby granted, provided that the above
7 # copyright notice and this permission notice appear in all copies. 7 # copyright notice and this permission notice appear in all copies.
8 # 8 #
14 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 # 16 #
17 17
18 PKGNAME=libedit 18 PKGNAME=libedit
19 PKGVERSION=20190324-3.1 19 PKGVERSION=2019-20210324-3.1
20 PKGREVISION=1 20 PKGREVISION=1
21 PKGLICENSE="BSD3CLAUSE" 21 PKGLICENSE="BSD3CLAUSE"
22 PKGSUMMARY="NetBSD port of editline library" 22 PKGSUMMARY="NetBSD port of editline library"
23 PKGDOWNLOAD="https://www.thrysoee.dk/editline/$PKGNAME-$PKGVERSION.tar.gz" 23 PKGDOWNLOAD="https://www.thrysoee.dk/editline/$PKGNAME-$PKGVERSION.tar.gz"
24 PKGDEPENDS="ncurses" 24 PKGDEPENDS="ncurses"