add gsasl

This commit is contained in:
Marc Henderkes
2025-11-18 17:47:26 +01:00
parent 1fed8f2802
commit a1b8d201ae
6 changed files with 66 additions and 2 deletions

View File

@@ -1200,6 +1200,16 @@
"path": "LICENSE"
}
},
"gsasl": {
"type": "filelist",
"url": "https://ftp.gnu.org/gnu/gsasl/",
"regex": "/href=\\\"(?<file>gsasl-(?<version>[^\\\"]+)\\.tar\\.gz)\\\"/",
"prefer-stable": true,
"license": {
"type": "file",
"path": "COPYING.LESSER"
}
},
"yaml": {
"type": "git",
"path": "php-src/ext/yaml",