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