summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilhelm Schuster2024-05-06 12:36:48 +0200
committerWilhelm Schuster2024-05-06 12:36:48 +0200
commit8059601744c3302647dca897f1a5c19eed49442c (patch)
treee76fefdfbe3ed7298004510c1132df73e9a411e4
parent32c6c836f5d273b50c292b4b3840d2306d251667 (diff)
downloadaur-klipper-estimator.tar.gz
Update to 3.7.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c7db053274b..35951bb37e24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = klipper-estimator
pkgdesc = A tool for estimating the time a print will take on a 3D printer running Klipper firmware
- pkgver = 3.7.2
+ pkgver = 3.7.3
pkgrel = 1
url = https://github.com/Annex-Engineering/klipper_estimator
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = klipper-estimator
license = custom:MIT
makedepends = cargo
options = !lto
- source = klipper-estimator-3.7.2.tar.gz::https://github.com/Annex-Engineering/klipper_estimator/archive/v3.7.2.tar.gz
- sha512sums = 5ab08ff8b480be3dc78f1d8eab30a681efd20da81e3c31d940168fbff43c0ae361bae8af1866a3a39039723056110016626d5b4959bf018fba33b873b5d17ee2
+ source = klipper-estimator-3.7.3.tar.gz::https://github.com/Annex-Engineering/klipper_estimator/archive/v3.7.3.tar.gz
+ sha512sums = b1f1c324d9ba2946f30afb6f2c0d47f242da5088bcbba37ddf992106843033ef6e93eb8110512e1634d682b8181642a815c45e7662fab52082ab00956d025fea
pkgname = klipper-estimator
diff --git a/PKGBUILD b/PKGBUILD
index 642fdbe19974..cf18f89d0ba5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=klipper-estimator
_pkgname=${pkgname/-/_}
-pkgver=3.7.2
+pkgver=3.7.3
pkgrel=1
pkgdesc="A tool for estimating the time a print will take on a 3D printer running Klipper firmware"
url="https://github.com/Annex-Engineering/klipper_estimator"
@@ -11,7 +11,7 @@ license=("custom:MIT")
options=("!lto")
makedepends=(cargo)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Annex-Engineering/${_pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('5ab08ff8b480be3dc78f1d8eab30a681efd20da81e3c31d940168fbff43c0ae361bae8af1866a3a39039723056110016626d5b4959bf018fba33b873b5d17ee2')
+sha512sums=('b1f1c324d9ba2946f30afb6f2c0d47f242da5088bcbba37ddf992106843033ef6e93eb8110512e1634d682b8181642a815c45e7662fab52082ab00956d025fea')
prepare() {
cd "$_pkgname-$pkgver"