summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Groh2023-09-12 00:34:51 +0200
committerAdrian Groh2023-09-12 00:34:51 +0200
commitc240935d025975d79b7ed7405cf82913e02b75c2 (patch)
treec2f3a07cf78150809b4144160df42824213d1186
parentcc72488ea00fe236fe568399675a017744c7375a (diff)
downloadaur-c240935d025975d79b7ed7405cf82913e02b75c2.tar.gz
upgpkg: dprint 0.41.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bcacc9c09f2f..31101b650dac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dprint
pkgdesc = Pluggable and configurable code formatting platform
- pkgver = 0.40.2
+ pkgver = 0.41.0
pkgrel = 1
url = https://github.com/dprint/dprint
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = dprint
provides = dprint
conflicts = dprint-bin
options = !lto
- source = dprint-0.40.2.tar.gz::https://github.com/dprint/dprint/archive/0.40.2.tar.gz
- sha256sums = 06afa0d071a35d759d8f5e480a52c3936c3daa85d1053df48a65fcbb1074683b
+ source = dprint-0.41.0.tar.gz::https://github.com/dprint/dprint/archive/0.41.0.tar.gz
+ sha256sums = b456f0d77224338d6002188237f3cd2b977837e2d993143a5bfabc6e4fbf3837
pkgname = dprint
diff --git a/PKGBUILD b/PKGBUILD
index f42e3202ec02..53e6cc96ba59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Hoàng Văn Khải <hvksmr1996@gmail.com>
pkgname=dprint
-pkgver=0.40.2
+pkgver=0.41.0
pkgrel=1
pkgdesc='Pluggable and configurable code formatting platform'
arch=('x86_64')
@@ -15,7 +15,7 @@ conflicts=('dprint-bin')
makedepends=('cargo')
options=('!lto') ## interferes with compiling
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('06afa0d071a35d759d8f5e480a52c3936c3daa85d1053df48a65fcbb1074683b')
+sha256sums=('b456f0d77224338d6002188237f3cd2b977837e2d993143a5bfabc6e4fbf3837')
prepare() {
cd "$pkgname-$pkgver"