diff options
author | Ashish Chaudhari <ashish@ettus.com> | 2014-08-20 14:33:06 -0700 |
---|---|---|
committer | Ashish Chaudhari <ashish@ettus.com> | 2014-08-20 14:33:06 -0700 |
commit | 25f67e01ae29ae5039b0454200589214a566618f (patch) | |
tree | 5e2f1af54b86a7937eb335ef0f63657be26b85e0 /host | |
parent | 7ec59dab6fcdaec5d8f93d9201ba80da620cd0b0 (diff) | |
download | uhd-25f67e01ae29ae5039b0454200589214a566618f.tar.gz uhd-25f67e01ae29ae5039b0454200589214a566618f.tar.bz2 uhd-25f67e01ae29ae5039b0454200589214a566618f.zip |
fixup! uhd: updated images url for UHD 3.7.2 releaserelease_003_007_002
Diffstat (limited to 'host')
-rw-r--r-- | host/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index 317ba164d..9cae1f057 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -210,7 +210,7 @@ UHD_INSTALL(FILES # Images download directory for utils/uhd_images_downloader.py ######################################################################## -SET(UHD_IMAGES_MD5SUM "9747bb3df32c7c012c57711e81476a40") +SET(UHD_IMAGES_MD5SUM "1e92df755dd71575ac238cd8bea3ea21") SET(UHD_IMAGES_DOWNLOAD_SRC "http://files.ettus.com/binaries/maint_images/archive/uhd-images_003.007.002-release.zip") ######################################################################## |