diff options
author | Claudia Pellegrino | 2024-07-06 21:12:59 +0200 |
---|---|---|
committer | Claudia Pellegrino | 2024-07-06 21:12:59 +0200 |
commit | 9da5fe0483e1036924fad3bce5cfb71a9381177c (patch) | |
tree | 8d209a6464ec777914e6fdc3a25564edee7d2aaf | |
parent | a94fc26189c5d1dbe39d1f43cfd47cbb8a11ef55 (diff) | |
download | aur-9da5fe0483e1036924fad3bce5cfb71a9381177c.tar.gz |
python-luna-usb v0.1.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 5 insertions, 7 deletions
@@ -1,6 +1,6 @@ pkgbase = python-luna-usb pkgdesc = Amaranth HDL framework for monitoring, hacking, and developing USB devices - pkgver = 0.1.0 + pkgver = 0.1.1 pkgrel = 1 url = https://github.com/greatscottgadgets/luna arch = any @@ -23,7 +23,7 @@ pkgbase = python-luna-usb optdepends = python-libusb1: to use the bulk_speed_test applet optdepends = python-luna-boards: connect to Luna boards optdepends = python-prompt_toolkit: to use the included applets - source = luna-0.1.0.tar.gz::https://github.com/greatscottgadgets/luna/archive/0.1.0.tar.gz - sha512sums = 2f8087c48d3ae59cce938ae6f7d6005b1f38d9d30a24017461f653aec97a47f607d730e3e62dc1eeb9e5fda6295d8d12689ce91fee07baba79f13c65afacc5c7 + source = luna-0.1.1.tar.gz::https://github.com/greatscottgadgets/luna/archive/0.1.1.tar.gz + sha512sums = 09e8df0f62ddcfbcf41cee48255f5c5c18e732f9011e0dacaef48cc80c6223f45092eaafe348632661f79a6033818d2af7fded8ef9b46cbd673af5579d708009 pkgname = python-luna-usb @@ -2,7 +2,7 @@ pkgname=python-luna-usb _gitpkgname=luna -pkgver=0.1.0 +pkgver=0.1.1 pkgrel=1 pkgdesc='Amaranth HDL framework for monitoring, hacking, and developing USB devices' arch=('any') @@ -37,9 +37,7 @@ source=( "${_gitpkgname}-${pkgver}.tar.gz::https://github.com/greatscottgadgets/luna/archive/${pkgver}.tar.gz" ) -sha512sums=( - '2f8087c48d3ae59cce938ae6f7d6005b1f38d9d30a24017461f653aec97a47f607d730e3e62dc1eeb9e5fda6295d8d12689ce91fee07baba79f13c65afacc5c7' -) +sha512sums=('09e8df0f62ddcfbcf41cee48255f5c5c18e732f9011e0dacaef48cc80c6223f45092eaafe348632661f79a6033818d2af7fded8ef9b46cbd673af5579d708009') prepare() { cd "${_gitpkgname}-${pkgver}" |