mongodb source.json change from tgz to zip

since ver https://github.com/mongodb/mongo-php-driver/releases/tag/1.16.2

they don't support tgz anymore.
This commit is contained in:
Chuong 2023-08-18 13:02:24 +07:00 committed by Jerry Ma
parent 61d1507a4d
commit b97327d6d7

View File

@ -295,7 +295,7 @@
"type": "ghrel",
"repo": "mongodb/mongo-php-driver",
"path": "php-src/ext/mongodb",
"match": "mongodb.+\\.tgz",
"match": "mongodb.+\\.zip",
"license": {
"type": "file",
"path": "LICENSE"
@ -467,4 +467,4 @@
"path": "LICENSE"
}
}
}
}