diff options
author | Danny Rawlins <contact@romster.me> | 2020-10-04 21:55:25 +1100 |
---|---|---|
committer | Danny Rawlins <contact@romster.me> | 2020-10-04 22:05:18 +1100 |
commit | 64247ae65e8385c48efb5bee1a6921dc93f01125 (patch) | |
tree | 9630a054840756f71fd5e1fdd20833ed8d67cf3e | |
parent | 53b2a6d1dd04fc44552a4396bc3e8963d3458b5e (diff) | |
download | opt-64247ae65e8385c48efb5bee1a6921dc93f01125.tar.gz opt-64247ae65e8385c48efb5bee1a6921dc93f01125.tar.xz |
lua53: 5.3.5 -> 5.3.6
-rw-r--r-- | lua53/.footprint | 8 | ||||
-rw-r--r-- | lua53/.signature | 8 | ||||
-rw-r--r-- | lua53/Pkgfile | 2 |
3 files changed, 9 insertions, 9 deletions
diff --git a/lua53/.footprint b/lua53/.footprint index 648e15408..f5815611b 100644 --- a/lua53/.footprint +++ b/lua53/.footprint @@ -11,11 +11,11 @@ drwxr-xr-x root/root usr/include/lua5.3/ -rw-r--r-- root/root usr/include/lua5.3/lualib.h drwxr-xr-x root/root usr/lib/ lrwxrwxrwx root/root usr/lib/liblua.so.5.3 -> liblua5.3.so -lrwxrwxrwx root/root usr/lib/liblua.so.5.3.5 -> liblua5.3.so +lrwxrwxrwx root/root usr/lib/liblua.so.5.3.6 -> liblua5.3.so -rw-r--r-- root/root usr/lib/liblua5.3.a -lrwxrwxrwx root/root usr/lib/liblua5.3.so -> liblua5.3.so.5.3.5 -lrwxrwxrwx root/root usr/lib/liblua5.3.so.5.3 -> liblua5.3.so.5.3.5 --rwxr-xr-x root/root usr/lib/liblua5.3.so.5.3.5 +lrwxrwxrwx root/root usr/lib/liblua5.3.so -> liblua5.3.so.5.3.6 +lrwxrwxrwx root/root usr/lib/liblua5.3.so.5.3 -> liblua5.3.so.5.3.6 +-rwxr-xr-x root/root usr/lib/liblua5.3.so.5.3.6 drwxr-xr-x root/root usr/lib/lua/ drwxr-xr-x root/root usr/lib/lua/5.3/ drwxr-xr-x root/root usr/lib/pkgconfig/ diff --git a/lua53/.signature b/lua53/.signature index 5c2eb3f67..ec011e735 100644 --- a/lua53/.signature +++ b/lua53/.signature @@ -1,7 +1,7 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/RfY3g/DYi4ozJ7K6BemHtk1CexcdzpXeujzYZbhkDcqdP6RDWSUuuNaCRVDxy/j4/0BOdhJZ+xt/l6/hFv4owc= -SHA256 (Pkgfile) = 4e5a3d985b69cf2613d2f93f5e8b0e77e935f11aa8319956f96f7b163e8088fe -SHA256 (.footprint) = e03e4f855d1fd4f6d7c5eaaa6bfa7622e9654082501f10496ab186b7a2aee05f -SHA256 (lua-5.3.5.tar.gz) = 0c2eed3f960446e1a3e4b9a1ca2f3ff893b6ce41942cf54d5dd59ab4b3b058ac +RWSE3ohX2g5d/cugZucBkmR+GZW4EXUePQGRaDjhvWxRonih4dkvn/z4uCgIyFEojNZsYP9jnOqZvz5lkgr8h1Tbbk/aNSd2Wwc= +SHA256 (Pkgfile) = 99086cd50bd34f23b87b8e34f86bf68dc08e9a907f611e19aad19e45a945ac84 +SHA256 (.footprint) = 7af6f0dbde9d146befda64916f7d3bdfb6314020337f0aecac98726c37b701c4 +SHA256 (lua-5.3.6.tar.gz) = fc5fd69bb8736323f026672b1b7235da613d7177e72558893a0bdcd320466d60 SHA256 (liblua.so.patch) = 2cc83c77423a2dda3696766b2d1ccee2796e052ab04d5178905f41ed9241a3d8 SHA256 (lua.pc) = ca9252633e782b8f85d6a94ea4f6babd4fe30bd759085b373160b1878e36ff78 diff --git a/lua53/Pkgfile b/lua53/Pkgfile index 595294e54..bde08c033 100644 --- a/lua53/Pkgfile +++ b/lua53/Pkgfile @@ -4,7 +4,7 @@ # Depends on: readline name=lua53 -version=5.3.5 +version=5.3.6 release=1 source=(https://www.lua.org/ftp/lua-$version.tar.gz liblua.so.patch lua.pc) |