Skip to content

Commit

Permalink
sumo: update to 1.12
Browse files Browse the repository at this point in the history
Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb authored and Beginner-Go committed Mar 3, 2022
1 parent ee5cec4 commit 899aa1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions utils/sumo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
PKG_LICENSE:=GPL-3.0-or-later
Expand Down
2 changes: 1 addition & 1 deletion utils/sumo/patches/010-gtest.patch
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 899aa1c

Please sign in to comment.