summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDawid Weglarz2022-06-12 18:06:30 +0200
committerDawid Weglarz2022-06-12 18:06:30 +0200
commit445f4a7b884eec4010439d2db8bad7e4886741e1 (patch)
tree30495b56e1897e0936f94593662b6f5ac82476f5
parent6d48dd9fe34617b81adc66a9900a9eb7141cb63a (diff)
downloadaur-445f4a7b884eec4010439d2db8bad7e4886741e1.tar.gz
0.9.1
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60fd6e6e2c3f..b87959de623b 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = bat-asus-battery-bin
pkgdesc = Replicate the functionality of the ASUS Battery Health Charging on Windows which aims prolong the battery's life-span
- pkgver = 0.9
+ pkgver = 0.9.1
pkgrel = 1
url = https://github.com/tshakalekholoane/bat
arch = any
license = MIT
provides = bat-asus-battery
- source = https://github.com/tshakalekholoane/bat/releases/download/0.9/bat.zip
- sha256sums = 096a69ebf67c1d8cc8b13def86c9b27dcc337da18b0693918fb10f858c210417
+ source = https://github.com/tshakalekholoane/bat/releases/download/0.9.1/bat.zip
+ sha256sums = f4465da2add99b7d196ebe1ad32c3f80eb83aece0410f761cba6f076b88b74b5
pkgname = bat-asus-battery-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5394bf6affc6..5b5e681b9a8c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dawid Weglarz <dawid.weglarz95@gmail.com>
pkgname=bat-asus-battery-bin
-pkgver=0.9
+pkgver=0.9.1
pkgrel=1
pkgdesc="Replicate the functionality of the ASUS Battery Health Charging on Windows which aims prolong the battery's life-span"
arch=(any)
@@ -9,7 +9,7 @@ url="https://github.com/tshakalekholoane/bat"
license=('MIT')
provides=('bat-asus-battery')
source=("https://github.com/tshakalekholoane/bat/releases/download/${pkgver}/bat.zip")
-sha256sums=('096a69ebf67c1d8cc8b13def86c9b27dcc337da18b0693918fb10f858c210417')
+sha256sums=('f4465da2add99b7d196ebe1ad32c3f80eb83aece0410f761cba6f076b88b74b5')
package() {
unzip -o "${srcdir}/bat.zip"