summaryrefslogtreecommitdiff
path: root/WORKSPACE
blob: b03116f8d98c7daf5215933de2043c9dfa730dae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

workspace(name = "upb")

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "lua",
    build_file = "//:lua.BUILD",
    sha256 = "b9e2e4aad6789b3b63a056d442f7b39f0ecfca3ae0f1fc0ae4e9614401b69f4b",
    strip_prefix = "lua-5.2.4",
    urls = [
        "https://mirror.bazel.build/www.lua.org/ftp/lua-5.2.4.tar.gz",
        "https://www.lua.org/ftp/lua-5.2.4.tar.gz",
    ],
)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback