summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadeox2021-08-13 17:58:11 +0200
committerRadeox2021-08-13 17:58:11 +0200
commite6256a2d5c028a556ec21db5c817271f6c825d68 (patch)
tree51cf3150468d5bfb4a3eeba6df2f81e6d48967c0
parent07a6f8d6c5caf1bf663afd0f9fe786d4a040adf0 (diff)
downloadaur-e6256a2d5c028a556ec21db5c817271f6c825d68.tar.gz
0.8.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14369e2cd865..75e58bc6805a 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.1
+ pkgver = 0.8.2
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.1/bat
- sha256sums = 70be38077d0dbd11b340f53d9905f2cf4a3f45e4fe62b831acd63929f20470b2
+ source = https://github.com/leveson/bat/releases/download/0.8.2/bat
+ sha256sums = 44d8db162a29900b7399cd7a5d0965510e05dbd61fee8fb6531cc7054cb4417e
pkgname = bat-asus-battery-bin
diff --git a/PKGBUILD b/PKGBUILD
index f57b6aa0109f..ea641853a48c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dawid Weglarz <dawid.weglarz95@gmail.com>
pkgname=bat-asus-battery-bin
-pkgver=0.8.1
+pkgver=0.8.2
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=('70be38077d0dbd11b340f53d9905f2cf4a3f45e4fe62b831acd63929f20470b2')
+sha256sums=('44d8db162a29900b7399cd7a5d0965510e05dbd61fee8fb6531cc7054cb4417e')
package() {
mv "${srcdir}/bat" "${srcdir}/bat-asus-battery"