[nvtt] update support x86 triplet (#28510)

* [nvtt] update support x86 triplet

* update version

* update hash
This commit is contained in:
Frank 2022-12-27 17:07:35 +08:00 committed by GitHub
parent c8fa9ac743
commit 8e4bacadbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View File

@ -1,11 +1,11 @@
{ {
"name": "nvtt", "name": "nvtt",
"version": "2.1.2", "version": "2.1.2",
"port-version": 7, "port-version": 8,
"description": "Texture processing tools with support for Direct3D 10 and 11 formats.", "description": "Texture processing tools with support for Direct3D 10 and 11 formats.",
"homepage": "https://github.com/castano/nvidia-texture-tools", "homepage": "https://github.com/castano/nvidia-texture-tools",
"license": "MIT", "license": "MIT",
"supports": "!x86 & !uwp & !arm", "supports": "!uwp & !arm",
"dependencies": [ "dependencies": [
"libsquish", "libsquish",
{ {

View File

@ -5330,7 +5330,7 @@
}, },
"nvtt": { "nvtt": {
"baseline": "2.1.2", "baseline": "2.1.2",
"port-version": 7 "port-version": 8
}, },
"oatpp": { "oatpp": {
"baseline": "1.3.0", "baseline": "1.3.0",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "3da8e5721ec0b2c3a408e5708802209258ae8945",
"version": "2.1.2",
"port-version": 8
},
{ {
"git-tree": "9ae29094563f3fa57d20b378d8b3e1fa7fe7e168", "git-tree": "9ae29094563f3fa57d20b378d8b3e1fa7fe7e168",
"version": "2.1.2", "version": "2.1.2",