summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArvid Norlander2024-03-03 10:29:14 +0100
committerArvid Norlander2024-03-03 10:29:14 +0100
commit22aadda5a555715d99bd66c4c7ce94875e24e7cc (patch)
tree394644d83f6a929a32ca02f04c309fb9c0b2552f /PKGBUILD
parent95746fd61aefed3fe820ef5c992dcccb5b4713a0 (diff)
downloadaur-22aadda5a555715d99bd66c4c7ce94875e24e7cc.tar.gz
New upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d1eb96e15321..43f95b142379 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Arvid Norlander <VorpalBlade (at) users DOT noreply DOT github DOT com>
pkgname=greaseweazle
-pkgver=1.16.2
+pkgver=1.16.3
pkgrel=1
epoch=
pkgdesc="Tools for accessing a floppy drive at the raw flux level"
@@ -11,7 +11,7 @@ makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools
depends=('python' 'python-crcmod' 'python-bitarray' 'python-pyserial' 'python-requests')
optdepends=('capsimage: Read IPF files')
source=("https://github.com/keirf/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.zip")
-sha256sums=('9faed47e92d1f9e79f9d1cc88c345f62d30e73c1ff0c80868f548a5f6c2372f7')
+sha256sums=('5a91d59186fc19ecd0ebe03914950739b9a98bccd4c324f810423b4478ea2715')
build() {
cd "$pkgname-$pkgver"