makedeb


stylua-bin 1:2.0.2-1


An opinionated code formatter for Lua, written in Rust (binary release)

Click here to go back to the commit logs for stylua-bin.

Commit:


Hash: 14e521437e6ba79b26f8ebde7b7733e671a084da

Message: v2.0.1

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 7f60c4c..5a37955 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 = 0.20.0
+pkgver = 2.0.1
 url = https://github.com/JohnnyMorganz/StyLua
 arch = amd64
 conflicts = stylua
 license = MIT
 provides = stylua
-source = stylua-0.20.0.zip::https://github.com/JohnnyMorganz/StyLua/releases/download/v0.20.0/stylua-linux.zip
-sha256sums = 28eddb9257bf85b20b1c337e536b7a3d16ba308863f067d447c1f4d24c6dec64
+source = stylua-2.0.1.zip::https://github.com/JohnnyMorganz/StyLua/releases/download/v2.0.1/stylua-linux-x86_64.zip
+sha256sums = 9087e42f599855192cf4f6a7fb0cb7353e23debd7c749c6e3a76fc58abde3c89
diff --git a/PKGBUILD b/PKGBUILD
index 8d920a6..5c1a604 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
 pkgname=stylua-bin
-pkgver=0.20.0
+pkgver=2.0.1
 pkgrel=1
 epoch=1
 pkgdesc="An opinionated code formatter for Lua, written in Rust (binary release)"
@@ -10,8 +10,8 @@ license=('MIT')
 provides=('stylua')
 conflicts=('stylua')
 extensions=('zipman')
-source=("stylua-${pkgver}.zip::https://github.com/JohnnyMorganz/StyLua/releases/download/v${pkgver}/stylua-linux.zip")
-sha256sums=('28eddb9257bf85b20b1c337e536b7a3d16ba308863f067d447c1f4d24c6dec64')
+source=("stylua-${pkgver}.zip::https://github.com/JohnnyMorganz/StyLua/releases/download/v${pkgver}/stylua-linux-x86_64.zip")
+sha256sums=('9087e42f599855192cf4f6a7fb0cb7353e23debd7c749c6e3a76fc58abde3c89')
 
 package() {
     cd "${srcdir}"