Skip to content

Commit

Permalink
version bump to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgillij committed Feb 21, 2021
1 parent c778410 commit e86d4fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

pkgname=amdfan
pkgdesc="Python daemon for controlling the fans on amdgpu cards"
pkgver=0.1.6
pkgver=0.1.7
pkgrel=1
arch=('any')
license=('GPL2')
depends=('python' 'python-yaml' 'python-numpy' 'python-rich' 'python-click')
makedepends=('python-setuptools')
url="https://github.com/mcgillij/amdfan"
source=("https://github.com/mcgillij/amdfan/releases/download/0.1.6/amdfan-0.1.6.tar.gz")
md5sums=('c783ff0dbc5cd144dca48b6bf3b66fdd')
source=("https://github.com/mcgillij/amdfan/releases/download/0.1.7/amdfan-0.1.7.tar.gz")
md5sums=('c6c556f72fbe35a4bdb777754e8e41aa')

build() {
cd "$srcdir/$pkgname-$pkgver"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "amdfan"
version = "0.1.6"
version = "0.1.7"
description = "Fan monitor and controller for AMD gpus in Linux"
authors = ["mcgillij <[email protected]>"]
license = "GPL-2.0-only"
Expand Down

0 comments on commit e86d4fa

Please sign in to comment.