summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpyamsoft2023-03-06 20:13:51 -0800
committerpyamsoft2023-03-06 20:13:51 -0800
commit433742638a5ac72a12c7e407ae42534a8dc8072e (patch)
tree95676c008dcc9675241f09efbef16d429b64d877
parentbb208a68e2856dc818cdea705a89ba10fe23e402 (diff)
downloadaur-433742638a5ac72a12c7e407ae42534a8dc8072e.tar.gz
3.13.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 717da770bf6f..308b008e74f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pstate-frequency
pkgdesc = Easily control Intel p-state driver
- pkgver = 3.13.2
+ pkgver = 3.13.4
pkgrel = 1
url = https://github.com/pyamsoft/pstate-frequency
arch = i686
@@ -13,9 +13,9 @@ pkgbase = pstate-frequency
backup = etc/pstate-frequency.d/02-balanced.plan
backup = etc/pstate-frequency.d/03-performance.plan
backup = etc/pstate-frequency.d/04-max.plan
- source = https://github.com/pyamsoft/pstate-frequency/archive/3.13.2.zip
+ source = https://github.com/pyamsoft/pstate-frequency/archive/3.13.4.zip
source = 00-fix-prefix.patch
- sha256sums = d32d5d184a66134d0516aab2d1db1bcf1b776159ba8e6a1ee2e0915bfdbea501
+ sha256sums = ef74e6df5b94205e01b8953df2f80d9380fbe67c3544cf4d806d1b3c7ae1c0b6
sha256sums = e5423df20c03ef19448a78a1ae39e630d90f63c6c4e0962296ad292665575f0d
pkgname = pstate-frequency
diff --git a/PKGBUILD b/PKGBUILD
index 9d8bb278c39d..f2f1ec913b0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=pstate-frequency
# shellcheck disable=SC2034
pkgdesc="Easily control Intel p-state driver"
# shellcheck disable=SC2034
-pkgver=3.13.2
+pkgver=3.13.4
# shellcheck disable=SC2034
pkgrel=1
# shellcheck disable=SC2034
@@ -36,7 +36,7 @@ source=(
"${url}/archive/${pkgver}.zip"
"00-fix-prefix.patch")
# shellcheck disable=SC2034
-sha256sums=('d32d5d184a66134d0516aab2d1db1bcf1b776159ba8e6a1ee2e0915bfdbea501'
+sha256sums=('ef74e6df5b94205e01b8953df2f80d9380fbe67c3544cf4d806d1b3c7ae1c0b6'
'e5423df20c03ef19448a78a1ae39e630d90f63c6c4e0962296ad292665575f0d')
prepare() {