From 5e2df7e38ea670b3e43c2efba944f6c242dc7cb3 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sat, 5 Feb 2022 14:58:17 -0800 Subject: [PATCH] sumo: update to 1.12 Signed-off-by: Rosen Penev --- utils/sumo/Makefile | 4 ++-- utils/sumo/patches/010-gtest.patch | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/sumo/Makefile b/utils/sumo/Makefile index 0c4c34431..8890977d6 100644 --- a/utils/sumo/Makefile +++ b/utils/sumo/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sumo -PKG_VERSION:=1.9.2 +PKG_VERSION:=1.12.0 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-src-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/sumo -PKG_HASH:=193a8ab14bb305d3967625d76cd291f5c55bb906817465f2a12c2e69f4b80813 +PKG_HASH:=163dd6f7ed718e2a30630be3d2ac2ddfc4abce24750ed7f4efce879a3ae9447e PKG_MAINTAINER:=Álvaro Fernández Rojas PKG_LICENSE:=GPL-3.0-or-later diff --git a/utils/sumo/patches/010-gtest.patch b/utils/sumo/patches/010-gtest.patch index 66a941c88..eb801e4d7 100644 --- a/utils/sumo/patches/010-gtest.patch +++ b/utils/sumo/patches/010-gtest.patch @@ -1,6 +1,6 @@ --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -339,7 +339,6 @@ if (SUMO_LIBRARIES AND WIN32) +@@ -270,7 +270,6 @@ if (SUMO_LIBRARIES AND WIN32) file(GLOB TEXTTEST_EXECUTABLE "${SUMO_LIBRARIES}/TextTest-*/texttest.exe") else () # for Linux and Mac only