Skip to content

Commit

Permalink
Update dReal and ibex-lib (RobotLocomotion#11635)
Browse files Browse the repository at this point in the history
  • Loading branch information
soonho-tri authored Jun 13, 2019
1 parent 9d483b5 commit 60a08fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions tools/workspace/dreal/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@ dreal_repository = repository_rule(
"filenames": attr.string_list(
default = [
"d/dreal/dreal_{}_amd64.deb".format(DREAL_VERSION),
"libi/libibex-dev/libibex-dev_{}.20181130120337.git65fc3b6c28ea49cb2da7e9b693add6ba7c5fc4ae~16.04_amd64.deb".format(IBEX_VERSION), # noqa
"libi/libibex-dev/libibex-dev_{}.20190612163212.gitfd0888707728e183c860793f225fd4e5e2ce9d91~16.04_amd64.deb".format(IBEX_VERSION), # noqa
],
),
"sha256s": attr.string_list(
default = [
"7e751c5fb0039361d5cc19f730cbf234e07a75fd8e0dc320e0f13f55e37c8075", # noqa
"865db247f0a4fd97d41da07abf917faea444c91647178c17fc4fdb9a9b15d3b2", # noqa
"000b99ad5a86c46eda98d12622688555350d94b24a16941bb0e45c8d2c613952", # noqa
"b996e587c9731b90be3d0f31f8e0b5db364a6b7847a8e2207361d753c985cfed", # noqa
],
),
"build_file": attr.label(
Expand Down
2 changes: 1 addition & 1 deletion tools/workspace/dreal/versions.bzl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- mode: python -*-

DREAL_VERSION = "4.19.02.1"
DREAL_VERSION = "4.19.06.1"

IBEX_VERSION = "2.7.4"

0 comments on commit 60a08fe

Please sign in to comment.