summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2015-05-13 11:57:38 -0400
committerJesse Luehrs <doy@tozt.net>2015-05-13 14:38:53 -0400
commit9f535d1ed0ff4368bab52ede9e1c1c5b60b29a72 (patch)
tree63b1d973d4c5c6b6cd4d0fda852f0b89e9be6436 /bin
parent8701a50b563c2af22ac97f463b1d5c9c3347efe2 (diff)
downloadconf-9f535d1ed0ff4368bab52ede9e1c1c5b60b29a72.tar.gz
conf-9f535d1ed0ff4368bab52ede9e1c1c5b60b29a72.zip
travis updated its build image
Diffstat (limited to 'bin')
-rwxr-xr-xbin/lint-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/lint-dist b/bin/lint-dist
index 9b32751..8516093 100755
--- a/bin/lint-dist
+++ b/bin/lint-dist
@@ -361,7 +361,7 @@ my @checks = (
unless $res->{success};
require Digest::MD5;
- Digest::MD5::md5_hex($res->{content}) ne '6df8b0d6154a26601b9a3ef1c9662de7';
+ Digest::MD5::md5_hex($res->{content}) ne '64f1b7ce47060cdfca7ac94338e92294';
},
sub { "travis isn't passing" }
],