diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2013-10-23 14:21:52 -0700 |
---|---|---|
committer | Nicholas Corgan <nick.corgan@ettus.com> | 2013-10-23 14:26:56 -0700 |
commit | 7b352da2bf52d6c3e76bed8bab8c791abf61ac1b (patch) | |
tree | 2621f8af9da26c8ec993799909bf892478342a6d | |
parent | 95236a2bde3e63b49f2b7c4e19fdb32b195742f0 (diff) | |
download | uhd-7b352da2bf52d6c3e76bed8bab8c791abf61ac1b.tar.gz uhd-7b352da2bf52d6c3e76bed8bab8c791abf61ac1b.tar.bz2 uhd-7b352da2bf52d6c3e76bed8bab8c791abf61ac1b.zip |
Updated master images downloader URL
Conflicts:
host/CMakeLists.txt
-rw-r--r-- | host/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index c07520e8b..cff9206ed 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -212,8 +212,8 @@ UHD_INSTALL(FILES # Images download directory for utils/uhd_images_downloader.py ######################################################################## -SET(UHD_IMAGES_MD5SUM "1825066668276cb502ee3db62726bc0e") -SET(UHD_IMAGES_DOWNLOAD_SRC "http://files.ettus.com/binaries/master_images/archive/uhd-images_003.005.004-139-g56f391ad.zip") +SET(UHD_IMAGES_MD5SUM "a58f871ebd9391b8625ecb640dd71167") +SET(UHD_IMAGES_DOWNLOAD_SRC "http://files.ettus.com/binaries/master_images/archive/uhd-images_003.005.004-145-ge6f21482.zip") ######################################################################## # Register top level components |