github.com/tiagovtristao/plz@v13.4.0+incompatible/src/hashes/test_data/before.build (about) 1 remote_file( 2 name = 'test1', 3 hashes = ['f572d396fae9206628714fb2ce00f72e94f2258f'], 4 url = 'http://localhost/test_file', 5 ) 6 7 maven_jar( 8 name = 'test2', 9 id = 'net.thoughtmachine.please:test2:1.0', 10 hash = '0d2aae7d156d796b97ae11b4dba506a55f54a75e', 11 ) 12 13 maven_jar( 14 name = 'test3', 15 id = 'net.thoughtmachine.please:test3:1.0', 16 binary = True, 17 hashes = [ 18 'test_x86: e7b873a5618b9ba407603348f73e68030f94d692', 19 'test_armhf: 1ff337975be0ae566b7e961932d82f5fe78b1cdc', 20 ], 21 ) 22 23 maven_jar( 24 name = 'test4', 25 id = 'net.thoughtmachine.please:test4:1.0', 26 hash = '', 27 )