summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadeox2021-07-27 17:24:08 +0200
committerRadeox2021-07-27 17:24:08 +0200
commit3f459ee8398a5c0fa194a0097bde73c7f59a7a9a (patch)
tree39b245286fd2213ae3de1f8199de3ba2ae3c31ec
parenta3bccf95498968ec0ab4d6908c106fcdeaa9cce7 (diff)
downloadaur-3f459ee8398a5c0fa194a0097bde73c7f59a7a9a.tar.gz
0.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 657843098ec3..baa07215a3a1 100644
--- 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.7
+ pkgver = 0.8
pkgrel = 1
url = https://github.com/leveson/bat
arch = any
license = MIT
provides = bat-asus-battery
- source = https://github.com/leveson/bat/releases/download/0.7/bat
- sha256sums = 637a721ab92705094297bf8fa72c1eb4a4b7e227f3e3f203db8056ac6cbc71c5
+ source = https://github.com/leveson/bat/releases/download/0.8/bat
+ sha256sums = 5b1f6f6bdd0a349828a76326fcab2198dc7626cd61385874e5cc2e4b857ba6ae
pkgname = bat-asus-battery-bin
diff --git a/PKGBUILD b/PKGBUILD
index d88812105329..7b97be0a29c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dawid Weglarz <dawid.weglarz95@gmail.com>
pkgname=bat-asus-battery-bin
-pkgver=0.7
+pkgver=0.8
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/leveson/bat"
license=('MIT')
provides=('bat-asus-battery')
source=("https://github.com/leveson/bat/releases/download/${pkgver}/bat")
-sha256sums=('637a721ab92705094297bf8fa72c1eb4a4b7e227f3e3f203db8056ac6cbc71c5')
+sha256sums=('5b1f6f6bdd0a349828a76326fcab2198dc7626cd61385874e5cc2e4b857ba6ae')
package() {
mv "${srcdir}/bat" "${srcdir}/bat-asus-battery"