mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-10 06:02:09 +00:00
Merge remote-tracking branch 'origin/GP-4917_Dan_distributePybag-2.2.12' into Ghidra_11.2
This commit is contained in:
commit
a21dfb7eb0
@ -1,5 +1,5 @@
|
|||||||
MODULE FILE LICENSE: pypkg/dist/capstone-5.0.1-py3-none-win_amd64.whl BSD-3-CAPSTONE
|
MODULE FILE LICENSE: pypkg/dist/capstone-5.0.1-py3-none-win_amd64.whl BSD-3-CAPSTONE
|
||||||
MODULE FILE LICENSE: pypkg/dist/comtypes-1.4.1-py3-none-any.whl MIT
|
MODULE FILE LICENSE: pypkg/dist/comtypes-1.4.1-py3-none-any.whl MIT
|
||||||
MODULE FILE LICENSE: pypkg/dist/Pybag-2.2.10-py3-none-any.whl MIT
|
MODULE FILE LICENSE: pypkg/dist/Pybag-2.2.12-py3-none-any.whl MIT
|
||||||
MODULE FILE LICENSE: pypkg/dist/pywin32-306-cp312-cp312-win_amd64.whl Python Software Foundation License
|
MODULE FILE LICENSE: pypkg/dist/pywin32-306-cp312-cp312-win_amd64.whl Python Software Foundation License
|
||||||
|
|
||||||
|
@ -4,9 +4,9 @@
|
|||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
* You may obtain a copy of the License at
|
* You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
@ -93,7 +93,7 @@ else {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
distributePyDep("Pybag-2.2.10-py3-none-any.whl")
|
distributePyDep("Pybag-2.2.12-py3-none-any.whl")
|
||||||
distributePyDep("capstone-5.0.1-py3-none-win_amd64.whl")
|
distributePyDep("capstone-5.0.1-py3-none-win_amd64.whl")
|
||||||
distributePyDep("comtypes-1.4.1-py3-none-any.whl")
|
distributePyDep("comtypes-1.4.1-py3-none-any.whl")
|
||||||
distributePyDep("pywin32-306-cp312-cp312-win_amd64.whl")
|
distributePyDep("pywin32-306-cp312-cp312-win_amd64.whl")
|
||||||
|
@ -191,9 +191,9 @@ ext.deps = [
|
|||||||
destination: file("${DEPS_DIR}/Debugger-rmi-trace/")
|
destination: file("${DEPS_DIR}/Debugger-rmi-trace/")
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
name: "Pybag-2.2.10-py3-none-any.whl",
|
name: "Pybag-2.2.12-py3-none-any.whl",
|
||||||
url: "https://files.pythonhosted.org/packages/2d/e0/f877c91e036fcaed2a827f80d6cbdf1d26cffc3333c9ebda31c55c45f050/Pybag-2.2.10-py3-none-any.whl",
|
url: "https://files.pythonhosted.org/packages/ce/78/91db67e7fe1546dc8b02c38591b7732980373d2d252372f7358054031dd4/Pybag-2.2.12-py3-none-any.whl",
|
||||||
sha256: "81cf1e33dd667dd217dc56a123326796e6799b8569f2c6efb78c16375caf9b2b",
|
sha256: "eda5ee6c4e873902981b7f525b42a02428b87c7368df2c5bdfe1ded0e6884126",
|
||||||
destination: file("${DEPS_DIR}/Debugger-agent-dbgeng/")
|
destination: file("${DEPS_DIR}/Debugger-agent-dbgeng/")
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
Loading…
Reference in New Issue
Block a user