makedeb
An opinionated code formatter for Lua, written in Rust (binary release)
Click here to go back to the commit logs for stylua-bin.
Hash: 17b9b7dc2e10f345e6d1562155db44668688769a
Message: v2.0.2
diff --git a/.SRCINFO b/.SRCINFO
index 5a37955..4dd62ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,11 +4,11 @@ epoch = 1
pkgbase = stylua-bin
pkgdesc = An opinionated code formatter for Lua, written in Rust (binary release)
pkgrel = 1
-pkgver = 2.0.1
+pkgver = 2.0.2
url = https://github.com/JohnnyMorganz/StyLua
arch = amd64
conflicts = stylua
license = MIT
provides = stylua
-source = stylua-2.0.1.zip::https://github.com/JohnnyMorganz/StyLua/releases/download/v2.0.1/stylua-linux-x86_64.zip
-sha256sums = 9087e42f599855192cf4f6a7fb0cb7353e23debd7c749c6e3a76fc58abde3c89
+source = stylua-2.0.2.zip::https://github.com/JohnnyMorganz/StyLua/releases/download/v2.0.2/stylua-linux-x86_64.zip
+sha256sums = ee9f8f9ba7c19079809d017a5d3f265a9575d1313c0fd24562cbabb99ed26f4f
diff --git a/PKGBUILD b/PKGBUILD
index 5c1a604..73e7da8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
pkgname=stylua-bin
-pkgver=2.0.1
+pkgver=2.0.2
pkgrel=1
epoch=1
pkgdesc="An opinionated code formatter for Lua, written in Rust (binary release)"
@@ -11,7 +11,7 @@ provides=('stylua')
conflicts=('stylua')
extensions=('zipman')
source=("stylua-${pkgver}.zip::https://github.com/JohnnyMorganz/StyLua/releases/download/v${pkgver}/stylua-linux-x86_64.zip")
-sha256sums=('9087e42f599855192cf4f6a7fb0cb7353e23debd7c749c6e3a76fc58abde3c89')
+sha256sums=('ee9f8f9ba7c19079809d017a5d3f265a9575d1313c0fd24562cbabb99ed26f4f')
package() {
cd "${srcdir}"