summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJose Riha2023-11-09 14:27:49 +0100
committerJose Riha2023-11-09 14:27:49 +0100
commit2327b6ce8422a82e4feab6d70912715131f66817 (patch)
tree73a0b7328967914b92afd5b64043da9f107e39d7 /PKGBUILD
parent607c9915bccd3eab16e65d7d35df97eb51f8c616 (diff)
downloadaur-circup.tar.gz
Update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ba39d10bee4b..3c5484c36b50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: FederAndInk
pkgname=circup
-pkgver=1.3.0
+pkgver=1.4.0
pkgrel=1
pkgdesc="A tool to manage/update libraries on CircuitPython devices."
url="https://github.com/adafruit/circup"
@@ -11,7 +11,7 @@ makedepends=('python-setuptools' 'python-pip')
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-$pkgver.tar.gz")
-sha256sums=('8d0cf14290467b036a38576c56d2d8acdec7acc3592a96d3c30df120d4ea7447')
+sha256sums=('ac8de4631e42de0ada6feab5b4e9de814d9579eb11bd94dfce60e34760616f0f')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"