Skip to content

Commit 58cf887

Browse files
committed
chore(tools/update-endoflifedate): add openvpn
1 parent 8711207 commit 58cf887

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/update-endoflifedate

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ DESCRIPTION = """Simply creates the file "endoflifedate.py" for a given list of
2626

2727
DEFAULT_FILE = 'lib/endoflifedate.py'
2828

29-
VERSION = '2024072701' # adapt this if one of PRODUCTS was added/deleted
29+
VERSION = '2025022301' # adapt this if one of PRODUCTS was added/deleted
3030
PRODUCTS = [
3131
'https://endoflife.date/api/apache.json',
3232
'https://endoflife.date/api/composer.json',
@@ -43,6 +43,7 @@ PRODUCTS = [
4343
'https://endoflife.date/api/moodle.json',
4444
'https://endoflife.date/api/mysql.json',
4545
'https://endoflife.date/api/nextcloud.json',
46+
'https://endoflife.date/api/openvpn.json',
4647
'https://endoflife.date/api/php.json',
4748
'https://endoflife.date/api/postfix.json',
4849
'https://endoflife.date/api/postgresql.json',

0 commit comments

Comments
 (0)