summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmolith2024-03-31 12:57:26 -0400
committerAmolith2024-03-31 12:57:26 -0400
commitd5469644e2f410efcf75a346e2c3ef87d8745a98 (patch)
tree50df735d3c92d02047001e9ec6572f67059b25da
parent3be27005a98b789efbc8bdf074d6210a1c4183dd (diff)
downloadaur-watt-wiser-sensors-bin.tar.gz
Bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ea01fd25cd8..ebef055a5973 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = watt-wiser-sensors-bin
pkgdesc = A software energy consumption estimation tool
- pkgver = v0.1.0
+ pkgver = v0.1.2
pkgrel = 1
url = https://github.com/wattwisegames/watt-wiser
arch = any
@@ -10,7 +10,7 @@ pkgbase = watt-wiser-sensors-bin
conflicts = watt-wiser-sensors
conflicts = watt-wiser-git
conflicts = watt-wiser-sensors-git
- source = watt-wiser-v0.1.0-linux.tar.xz::https://github.com/wattwisegames/watt-wiser/releases/download/v0.1.0/watt-wiser-v0.1.0-linux.tar.xz
- b2sums = 199b77b298f73f00ae227abfd14a1880a76bc60d279fb87c30367e1c58e67a470c289cf89aeacc7e89c7c4b7ca9bff797631344733f37c0899e5e178e30ceedc
+ source = watt-wiser-v0.1.2-linux.tar.xz::https://github.com/wattwisegames/watt-wiser/releases/download/v0.1.2/watt-wiser-v0.1.2-linux.tar.xz
+ b2sums = 6270f05c7c3cbdee562738ee0ed796f0fa8d731b995ac233253984e1ecf82327b1328d8959652c48c74b699591d0e83f2300c509cb8eec63dd69f65bb1c7d8a8
pkgname = watt-wiser-sensors-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0665e0e7aacd..c787d337dda1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname="watt-wiser-sensors-bin"
_pkgname=${pkgname%-bin}
pkgdesc="A software energy consumption estimation tool"
_repo="watt-wiser"
-pkgver=v0.1.0
+pkgver=v0.1.2
pkgrel=1
arch=("any")
url="https://github.com/wattwisegames/$_repo"
@@ -13,7 +13,7 @@ provides=($_pkgname)
conflicts=("$_pkgname" "watt-wiser-git" "watt-wiser-sensors-git")
depends=("lm_sensors")
-b2sums=('199b77b298f73f00ae227abfd14a1880a76bc60d279fb87c30367e1c58e67a470c289cf89aeacc7e89c7c4b7ca9bff797631344733f37c0899e5e178e30ceedc')
+b2sums=('6270f05c7c3cbdee562738ee0ed796f0fa8d731b995ac233253984e1ecf82327b1328d8959652c48c74b699591d0e83f2300c509cb8eec63dd69f65bb1c7d8a8')
package() {
cd "${_repo}-${pkgver}-linux"