summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpyamsoft2023-01-03 18:30:36 -0800
committerpyamsoft2023-01-03 18:30:36 -0800
commita8adadd40da1feddcdb13e41b11ddbbd02e6aed6 (patch)
tree913a5b506164ab1d9736837f089af6655f7e902a
parentaf09de9b1266888f55f376fde5b353d2c7f5d883 (diff)
downloadaur-a8adadd40da1feddcdb13e41b11ddbbd02e6aed6.tar.gz
3.13.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c345a156c038..5972b8a65f85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pstate-frequency
pkgdesc = Easily control Intel p-state driver
- pkgver = 3.11.0
+ pkgver = 3.13.0
pkgrel = 1
url = https://github.com/pyamsoft/pstate-frequency
arch = i686
@@ -8,10 +8,9 @@ pkgbase = pstate-frequency
license = GPL2
provides = pstate-frequency
conflicts = pstate-frequency
- source = https://github.com/pyamsoft/pstate-frequency/archive/3.11.0.zip
+ source = https://github.com/pyamsoft/pstate-frequency/archive/3.13.0.zip
source = 00-fix-prefix.patch
- sha256sums = b759b80bfcc93a99684694fc6acbc3d9d157031eaf7cc358c22734e6979bc68b
+ sha256sums = ab75d31967626cea9caf781f2286e69a138657d6f833e0e7bf6a1e7b74e3b43a
sha256sums = e5423df20c03ef19448a78a1ae39e630d90f63c6c4e0962296ad292665575f0d
pkgname = pstate-frequency
-
diff --git a/PKGBUILD b/PKGBUILD
index 0726f1921b8b..c1c2f3f9be27 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.11.0
+pkgver=3.13.0
# shellcheck disable=SC2034
pkgrel=1
# shellcheck disable=SC2034
@@ -30,7 +30,7 @@ source=(
"${url}/archive/${pkgver}.zip"
"00-fix-prefix.patch")
# shellcheck disable=SC2034
-sha256sums=('b759b80bfcc93a99684694fc6acbc3d9d157031eaf7cc358c22734e6979bc68b'
+sha256sums=('ab75d31967626cea9caf781f2286e69a138657d6f833e0e7bf6a1e7b74e3b43a'
'e5423df20c03ef19448a78a1ae39e630d90f63c6c4e0962296ad292665575f0d')
prepare() {