diff options
author | Alexander Agura | 2020-03-04 20:34:15 +0200 |
---|---|---|
committer | Alexander Agura | 2020-03-04 20:34:15 +0200 |
commit | 46db011ed9915b36e5ff462b7d11b95a9406e7c5 (patch) | |
tree | b4808b20bbd7bf52e452f26512e5d6126f33b116 /PKGBUILD | |
parent | 5f38f15036d322a48d9be698c5df0b795aaf521e (diff) | |
download | aur-46db011ed9915b36e5ff462b7d11b95a9406e7c5.tar.gz |
3.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # Maintainer: Alex Agura <agura@tfwno.gf> pkgname=asus-fan-control -pkgver=3.2.0 +pkgver=3.3.0 pkgrel=1 pkgdesc="Fan control for ASUS devices running Linux." arch=('any') @@ -14,7 +14,7 @@ install=$pkgname.install source=("https://github.com/dominiksalvet/$pkgname/archive/$pkgver.tar.gz") #_commit=5f8413164a65c590dad8bac31399d0908275de0a #source=("$pkgname::git+https://github.com/dominiksalvet/asus-fan-control.git#commit=$_commit") -md5sums=('1d5c21e8d064033613e4bfe46259d186') +md5sums=('d1d8ac85aa4c6fe7717f5e5e8e150803') #pkgver() { # cd $pkgname |