1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

sysutils/triton: Update 0.7 -> 0.8

Reported by:	portscout
This commit is contained in:
Yuri Victorovich 2020-04-24 16:15:58 +00:00
parent 0f95d7ceae
commit 45192c6198
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532768
3 changed files with 11 additions and 5 deletions

View File

@ -2,7 +2,7 @@
PORTNAME= triton
DISTVERSIONPREFIX= v
DISTVERSION= 0.7
DISTVERSION= 0.8
CATEGORIES= sysutils
MAINTAINER= yuri@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1582414724
SHA256 (JonathanSalwan-Triton-v0.7_GH0.tar.gz) = 8f32f4988ca4411ad7a28cf65ec49a7a5e4fe161f6e2ac3925e8ed7844974bd6
SIZE (JonathanSalwan-Triton-v0.7_GH0.tar.gz) = 9231009
TIMESTAMP = 1587715205
SHA256 (JonathanSalwan-Triton-v0.8_GH0.tar.gz) = bfe182d9506574c67c6b8cceb4764774cfb234888352948deefb14502f6f4778
SIZE (JonathanSalwan-Triton-v0.8_GH0.tar.gz) = 10389766

View File

@ -1,11 +1,15 @@
include/triton/aarch64.spec
include/triton/aarch64Cpu.hpp
include/triton/aarch64OperandProperties.hpp
include/triton/aarch64Semantics.hpp
include/triton/aarch64Specifications.hpp
include/triton/api.hpp
include/triton/archEnums.hpp
include/triton/architecture.hpp
include/triton/arm32.spec
include/triton/arm32Cpu.hpp
include/triton/arm32Semantics.hpp
include/triton/arm32Specifications.hpp
include/triton/armOperandProperties.hpp
include/triton/ast.hpp
include/triton/astContext.hpp
include/triton/astEnums.hpp
@ -17,6 +21,8 @@ include/triton/bitsVector.hpp
include/triton/callbacks.hpp
include/triton/callbacksEnums.hpp
include/triton/comparableFunctor.hpp
include/triton/config.hpp
include/triton/config.hpp.in
include/triton/coreUtils.hpp
include/triton/cpuInterface.hpp
include/triton/cpuSize.hpp