summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmolith2024-02-21 15:53:49 -0500
committerAmolith2024-02-21 15:53:49 -0500
commit641653d4b734faf32740bf1d3dc4653b11809136 (patch)
tree5dc700ffb0a3e70bbe14f031f2ccbfa9ced853c9
parent86224e27e9e34fe6f1836b516d5dce3ea3bf1085 (diff)
downloadaur-641653d4b734faf32740bf1d3dc4653b11809136.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 0ec743780456..d72f5c3709cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = watt-wiser-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-bin
conflicts = watt-wiser
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-bin
diff --git a/PKGBUILD b/PKGBUILD
index cd8baa0ec6d5..9b18a5e6a701 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@ pkgname="watt-wiser-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"