summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilhelm Schuster2022-11-08 14:04:54 +0100
committerWilhelm Schuster2022-11-08 14:04:54 +0100
commit6d74b59f06a1b02607403c5946806d381426c5df (patch)
tree5f094707c96895642d1952d8c11fcd4c45d6fd1b
parent55797b8721145bc0a2a28880c523ace2d31d3d05 (diff)
downloadaur-6d74b59f06a1b02607403c5946806d381426c5df.tar.gz
Update to 3.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15e19e0fc32d..f21ec25aac37 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 = 2.0.6
+ pkgver = 3.0.0
pkgrel = 1
url = https://github.com/Annex-Engineering/klipper_estimator
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = klipper-estimator
arch = aarch64
license = custom:MIT
makedepends = cargo
- source = klipper-estimator-2.0.6.tar.gz::https://github.com/Annex-Engineering/klipper_estimator/archive/v2.0.6.tar.gz
- sha512sums = cd127c184383fd00df21b7f8bdf68e900a13b90cc7bc326e31a0716f58b18c89e424135a384923b70da4c22fd1aaa5eb30b9450999835d61843ecf0eec84626f
+ source = klipper-estimator-3.0.0.tar.gz::https://github.com/Annex-Engineering/klipper_estimator/archive/v3.0.0.tar.gz
+ sha512sums = 951af6dc4a02a36d9675aab297bc47ea20e915467dc97e2cfa018d2fa8c1b1fc39f5355e1f06c36d092d431977b7ee8bb4894a076cba7ca01191a28e1d6867c4
pkgname = klipper-estimator
diff --git a/PKGBUILD b/PKGBUILD
index 6a344026133b..f0d20181a990 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=klipper-estimator
_pkgname=${pkgname/-/_}
-pkgver=2.0.6
+pkgver=3.0.0
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"
@@ -10,7 +10,7 @@ arch=('x86_64' 'i686' 'armv6h' 'armv7h' 'aarch64')
license=("custom:MIT")
makedepends=(cargo)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Annex-Engineering/${_pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('cd127c184383fd00df21b7f8bdf68e900a13b90cc7bc326e31a0716f58b18c89e424135a384923b70da4c22fd1aaa5eb30b9450999835d61843ecf0eec84626f')
+sha512sums=('951af6dc4a02a36d9675aab297bc47ea20e915467dc97e2cfa018d2fa8c1b1fc39f5355e1f06c36d092d431977b7ee8bb4894a076cba7ca01191a28e1d6867c4')
prepare() {
cd "$_pkgname-$pkgver"