summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2022-05-02 12:15:18 -0500
committerLuis Martinez2022-05-02 12:15:18 -0500
commite9a1ff4b7eec8b2b12aa1ce0bfaa18953471c34f (patch)
treed5b2c8a8e486b7813368ce1f346737c274e8c86e
parent52d408315ab8f3d673be1858033d769e60e45ddb (diff)
downloadaur-e9a1ff4b7eec8b2b12aa1ce0bfaa18953471c34f.tar.gz
update to 0.27.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd8c77beebae..f7d116dcbbc4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dprint-bin
pkgdesc = Pluggable and configurable code formatting platform
- pkgver = 0.27.0
+ pkgver = 0.27.1
pkgrel = 1
url = https://github.com/dprint/dprint
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = dprint-bin
depends = gcc-libs
provides = dprint
conflicts = dprint
- source = dprint-bin-0.27.0.zip::https://github.com/dprint/dprint/releases/download/0.27.0/dprint-x86_64-unknown-linux-gnu.zip
+ source = dprint-bin-0.27.1.zip::https://github.com/dprint/dprint/releases/download/0.27.1/dprint-x86_64-unknown-linux-gnu.zip
source = LICENSE
- sha256sums = 0bb1dd7a4c688bb89d4a70d5b76881f9766bd6e02b32dcb8e7311b7d3a581fe3
+ sha256sums = 588f4f904fa3f7346d7bea008d9b4f8905a0d9df2da45c93d1f250b5fdaad6f2
sha256sums = 43f8cfbeca17eccd83fc98f27d211073eaee5574fc3162f345acc196d6190ce7
pkgname = dprint-bin
diff --git a/PKGBUILD b/PKGBUILD
index bc09457c5259..4d2c6a1b83b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Hoàng Văn Khải <hvksmr1996@gmail.com>
pkgname=dprint-bin
-pkgver=0.27.0
+pkgver=0.27.1
pkgrel=1
pkgdesc='Pluggable and configurable code formatting platform'
arch=('x86_64')
@@ -13,7 +13,7 @@ provides=('dprint')
conflicts=('dprint')
source=("$pkgname-$pkgver.zip::$url/releases/download/$pkgver/dprint-x86_64-unknown-linux-gnu.zip"
'LICENSE')
-sha256sums=('0bb1dd7a4c688bb89d4a70d5b76881f9766bd6e02b32dcb8e7311b7d3a581fe3'
+sha256sums=('588f4f904fa3f7346d7bea008d9b4f8905a0d9df2da45c93d1f250b5fdaad6f2'
'43f8cfbeca17eccd83fc98f27d211073eaee5574fc3162f345acc196d6190ce7')
package() {