diff options
author | taotieren | 2022-03-23 20:37:46 +0800 |
---|---|---|
committer | taotieren | 2022-03-23 20:37:46 +0800 |
commit | b9e22d4cbc26f2089c6415fa39250dabc55109fa (patch) | |
tree | 2359359b47f5a31e31b8eb2f6542134b0d35ceb2 /PKGBUILD | |
parent | b1670383a8e49abdeb2a1eaf3cf4ac786141e9dc (diff) | |
download | aur-b9e22d4cbc26f2089c6415fa39250dabc55109fa.tar.gz |
Update v2.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: taotieren <admin@taotieren.com> pkgname=python-comtool -pkgver=2.3.0 +pkgver=2.4.0 pkgrel=1 epoch= pkgdesc="A cross platform serial debug tools written by python" @@ -22,7 +22,7 @@ install= changelog= source=("${pkgname#python-}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz") noextract=() -sha256sums=('5f5b4f99fb88f1b1ef99f746d4b6e8cb0d4ac19ebe7fa0081e04bb2e3281e8be') +sha256sums=('17a1724f35e67419ce3113b3e5e1fd119b2b55b935badb6b2be7aec7cbf0db4f') #validpgpkeys=() build() { |