summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbilabila2021-05-20 22:45:43 +0800
committerbilabila2021-05-20 22:45:43 +0800
commit9663ca9bb8cc91e305bdb628daaa7b1863aff8c7 (patch)
treef0967ab6937ee46a51f6b29d72bc1434b9286008
parent6e13920057efd200944b7b03a44958f4b7e7a6d8 (diff)
downloadaur-9663ca9bb8cc91e305bdb628daaa7b1863aff8c7.tar.gz
v1.3.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d00915e2da9..3558c5da483c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lua-format
pkgdesc = LuaFormatter - Code formatter for Lua
- pkgver = 1.3.5
+ pkgver = 1.3.6
pkgrel = 1
url = https://github.com/Koihik/LuaFormatter
arch = x86_64
@@ -12,10 +12,10 @@ pkgbase = lua-format
provides = LuaFormatter
conflicts = lua-format
conflicts = LuaFormatter
- source = lua-format-1.3.5::https://github.com/Koihik/LuaFormatter/archive/1.3.5.tar.gz
+ source = lua-format-1.3.6::https://github.com/Koihik/LuaFormatter/archive/1.3.6.tar.gz
source = args-6.2.2::https://github.com/Taywee/args/archive/6.2.2.tar.gz
source = lib.patch
- sha512sums = 927bd53f453c028d276b94d96bc28953b4a81a8be9ac026781b38f17f4c8c28171f4073b8fe7b70482997ae994b4e6605ddf0ec6cce8961d59c7422729115e66
+ sha512sums = d0e855d3fe27471a74a8e5da2a789221e6d13a295de30a41a437a6eb49f575d06454d3046d39cb293761a6813cbcc4fa59f9ee633b9646ec3d1c6f7db17d1bcc
sha512sums = 29b0f53316fe35f65ab92c807180c1e6cc6084dfed9f635aa2e3e848137ee8e5d24ec6831cf19189c6432335f73d1466564e0bc9bc259c98f3f0de264637f971
sha512sums = 0c75d3df60ecb77c08eb86cf6a16e69d12286652ec454e237ad8ac76afce110302bd023bde76d2a53a71d681081023fb3cf3e1bd5c72d23a74a3c5a135f869d3
diff --git a/PKGBUILD b/PKGBUILD
index 8683d8daaf52..a72cad820656 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: bilabila <bilabila@qq.com>
_src=LuaFormatter
_pkg=lua-format
-_pkgver=1.3.5
+_pkgver=1.3.6
_lib=args
_libver=6.2.2
_patch=lib.patch
@@ -20,7 +20,7 @@ source=($_pkg-$pkgver::https://github.com/Koihik/$_src/archive/$_pkgver.tar.gz
$_lib-$_libver::https://github.com/Taywee/$_lib/archive/$_libver.tar.gz
$_patch
)
-sha512sums=(927bd53f453c028d276b94d96bc28953b4a81a8be9ac026781b38f17f4c8c28171f4073b8fe7b70482997ae994b4e6605ddf0ec6cce8961d59c7422729115e66
+sha512sums=(d0e855d3fe27471a74a8e5da2a789221e6d13a295de30a41a437a6eb49f575d06454d3046d39cb293761a6813cbcc4fa59f9ee633b9646ec3d1c6f7db17d1bcc
29b0f53316fe35f65ab92c807180c1e6cc6084dfed9f635aa2e3e848137ee8e5d24ec6831cf19189c6432335f73d1466564e0bc9bc259c98f3f0de264637f971
0c75d3df60ecb77c08eb86cf6a16e69d12286652ec454e237ad8ac76afce110302bd023bde76d2a53a71d681081023fb3cf3e1bd5c72d23a74a3c5a135f869d3
)