diff 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
line wrap: on
line diff
--- a/lib/libedit/libedit.sh	Tue Nov 16 14:49:07 2021 +0100
+++ b/lib/libedit/libedit.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
@@ -16,7 +16,7 @@
 #
 
 PKGNAME=libedit
-PKGVERSION=20190324-3.1
+PKGVERSION=2019-20210324-3.1
 PKGREVISION=1
 PKGLICENSE="BSD3CLAUSE"
 PKGSUMMARY="NetBSD port of editline library"