summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornbebaw2021-01-17 20:00:20 +0100
committernbebaw2021-01-17 20:00:20 +0100
commit25ddaaa73751afe7f8be388526dc97188b977ee4 (patch)
tree3127d843cba28e07bb6c4a64b94042e9d30b34dc
parent9af0dc7eee3a84a715435fc5a0069067b714efe2 (diff)
downloadaur-25ddaaa73751afe7f8be388526dc97188b977ee4.tar.gz
publish v3.8
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f022f1aa9790..618e304388c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = boostchanger-git
pkgdesc = Control your CPU Turbo Boost with this App
- pkgver = 3.6
+ pkgver = 3.8
pkgrel = 0
url = https://gitlab.com/nbebaw/boostchanger
arch = any
license = MIT
makedepends = git
- source = https://gitlab.com/nbebaw/boostchanger/-/archive/v3.6/boostchanger-v3.6.tar.gz
+ source = https://gitlab.com/nbebaw/boostchanger/-/archive/v3.8/boostchanger-v3.8.tar.gz
md5sums = SKIP
pkgname = boostchanger-git
diff --git a/PKGBUILD b/PKGBUILD
index b23f5b94b13b..f53834c66ae9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: nbebaw
pkgname=boostchanger-git
-pkgver=3.6
+pkgver=3.8
pkgrel=0
pkgdesc="Control your CPU Turbo Boost with this App"
arch=('any')
@@ -16,7 +16,7 @@ source=("https://gitlab.com/nbebaw/boostchanger/-/archive/v$pkgver/boostchanger-
md5sums=('SKIP')
prepare() {
- pkgverold=3.4
+ pkgverold=3.6
rm -rf ${pkgdir}/opt/boostchanger-v$pkgverold
tar -xf boostchanger-v$pkgver.tar.gz
}