summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmolith2024-02-21 15:55:00 -0500
committerAmolith2024-02-21 15:55:00 -0500
commitefd8fca142d259f0fd7a7f4a4664d513cfa952f1 (patch)
tree5ba6968c22889da38c021bd433c1495d921fc0a0
parent898ae33942a15a8a27101ec00b36210675722bda (diff)
downloadaur-efd8fca142d259f0fd7a7f4a4664d513cfa952f1.tar.gz
Bump version
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c19e2aa60a76..4537d45113e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = watt-wiser-sensors-bin
pkgdesc = A software energy consumption estimation tool
- pkgver = v0.0.4
- pkgrel = 2
+ pkgver = v0.0.6
+ pkgrel = 1
url = https://github.com/wattwisegames/watt-wiser
arch = any
license = Unlicense
@@ -9,7 +9,9 @@ pkgbase = watt-wiser-sensors-bin
conflicts = watt-wiser-sensors
conflicts = watt-wiser-git
conflicts = watt-wiser-sensors-git
- source = watt-wiser-v0.0.4-linux.tar.xz::https://github.com/wattwisegames/watt-wiser/releases/download/v0.0.4/watt-wiser-v0.0.4-linux.tar.xz
- sha256sums = 7c8bf25b0ba4f166387a922ffbd860404e65d312a14c8efa7bd64f991ff7e146
+ source = watt-wiser-v0.0.6-linux.tar.xz::https://github.com/wattwisegames/watt-wiser/releases/download/v0.0.6/watt-wiser-v0.0.6-linux.tar.xz
+ sha256sums = 63706f77013f1aeb6b48230e3fa9ed4b67c943f9fc21035cc4d02efd12cbe32a
+ sha512sums = 4341f618578ae7a32b381bf16032081727bf5bbdd4c24a595c84b53871b4faa5c00e7f60816ffe2690d062ed68cddb6263dfc792f7c6d5df9807e4aef2ba7165
+ b2sums = d2b8efc2a8352cd82d30416942608ec0e4924e8b146bda6131061802c26dd02c025eb88929877a5438521afe0115765d5ab7334b04a8b3956cafb2c0de18a32d
pkgname = watt-wiser-sensors-bin
diff --git a/PKGBUILD b/PKGBUILD
index fb0bc50aa2d5..a4125f77d515 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@ pkgname="watt-wiser-sensors-bin"
_pkgname=${pkgname%-bin}
pkgdesc="A software energy consumption estimation tool"
_repo="watt-wiser"
-pkgver="v0.0.4"
-pkgrel=2
+pkgver=v0.0.6
+pkgrel=1
arch=("any")
url="https://github.com/wattwisegames/$_repo"
source=("${_repo}-${pkgver}-linux.tar.xz"::"${url}/releases/download/${pkgver}/${_repo}-${pkgver}-linux.tar.xz")
@@ -12,7 +12,9 @@ license=("Unlicense")
provides=($_pkgname)
conflicts=("$_pkgname" "watt-wiser-git" "watt-wiser-sensors-git")
-sha256sums=('7c8bf25b0ba4f166387a922ffbd860404e65d312a14c8efa7bd64f991ff7e146')
+sha256sums=('63706f77013f1aeb6b48230e3fa9ed4b67c943f9fc21035cc4d02efd12cbe32a')
+sha512sums=('4341f618578ae7a32b381bf16032081727bf5bbdd4c24a595c84b53871b4faa5c00e7f60816ffe2690d062ed68cddb6263dfc792f7c6d5df9807e4aef2ba7165')
+b2sums=('d2b8efc2a8352cd82d30416942608ec0e4924e8b146bda6131061802c26dd02c025eb88929877a5438521afe0115765d5ab7334b04a8b3956cafb2c0de18a32d')
package() {
cd "${_repo}-${pkgver}-linux"