summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadeox2021-07-30 19:19:56 +0200
committerRadeox2021-07-30 19:19:56 +0200
commit07a6f8d6c5caf1bf663afd0f9fe786d4a040adf0 (patch)
treefc5c1ac207d008503a86b3c97eaf58e3d8cc17a5
parent3f459ee8398a5c0fa194a0097bde73c7f59a7a9a (diff)
downloadaur-07a6f8d6c5caf1bf663afd0f9fe786d4a040adf0.tar.gz
0.8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index baa07215a3a1..14369e2cd865 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.8
+ pkgver = 0.8.1
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.8/bat
- sha256sums = 5b1f6f6bdd0a349828a76326fcab2198dc7626cd61385874e5cc2e4b857ba6ae
+ source = https://github.com/leveson/bat/releases/download/0.8.1/bat
+ sha256sums = 70be38077d0dbd11b340f53d9905f2cf4a3f45e4fe62b831acd63929f20470b2
pkgname = bat-asus-battery-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7b97be0a29c8..f57b6aa0109f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dawid Weglarz <dawid.weglarz95@gmail.com>
pkgname=bat-asus-battery-bin
-pkgver=0.8
+pkgver=0.8.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/leveson/bat"
license=('MIT')
provides=('bat-asus-battery')
source=("https://github.com/leveson/bat/releases/download/${pkgver}/bat")
-sha256sums=('5b1f6f6bdd0a349828a76326fcab2198dc7626cd61385874e5cc2e4b857ba6ae')
+sha256sums=('70be38077d0dbd11b340f53d9905f2cf4a3f45e4fe62b831acd63929f20470b2')
package() {
mv "${srcdir}/bat" "${srcdir}/bat-asus-battery"