summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Coenen2020-01-07 09:59:49 +0100
committerManuel Coenen2020-01-07 09:59:49 +0100
commite8cfa5a844722699638fa6b3ce30d6ec7f562504 (patch)
tree015caaee5c07cc18845a8e7a702a6d1626cabaa4
parentc846f72568a240fd54f82a6732cec7c0578427c8 (diff)
downloadaur-e8cfa5a844722699638fa6b3ce30d6ec7f562504.tar.gz
Add more checksums from upstream
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45c95012851e..f7252024ba11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = duetsd-bin
pkgdesc = Virtual SD card directory for the Duet software framework
pkgver = 1.0.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/chrishamm/DuetSoftwareFramework.git
arch = any
license = GPL3
@@ -12,6 +12,9 @@ pkgbase = duetsd-bin
conflicts = reprapfirmware<=1.1.0.0
backup = opt/dsf/sd/sys/config.g
source = https://pkg.duet3d.com/dists/stable/armv7/binary-armhf/duetsd_1.0.5_all.deb
+ md5sums = 7596a862ea428e7f50e79a31257b48e8
+ sha1sums = 96d6984a2ec0dc6db356a7f4633c63593c79bc63
+ sha256sums = cc12a0198198af8a6b14aee2f90bbd1c8d356ba107e02e2372a778c9d466df8e
sha512sums = 8328da81da58dbb3a8d66613aeae0269c5d9f53f99cbefc3c7335c7fd30e2d2c2256297d02c66ce6c27a63bab9d635c2ea34f6a017b6889d168482b095ba9a43
pkgname = duetsd-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6e40c0ac9f37..4e26743b81f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Manuel Coenen <manuel.coenen@gmail.com>
pkgname=duetsd-bin
pkgver=1.0.5
-pkgrel=1
+pkgrel=2
pkgdesc="Virtual SD card directory for the Duet software framework"
arch=('any')
url="https://github.com/chrishamm/DuetSoftwareFramework.git"
@@ -12,6 +12,9 @@ depends=('duetcontrolserver')
optdepends=('duetwebcontrol')
backup=('opt/dsf/sd/sys/config.g')
source=("https://pkg.duet3d.com/dists/stable/armv7/binary-armhf/duetsd_${pkgver}_all.deb")
+md5sums=('7596a862ea428e7f50e79a31257b48e8')
+sha1sums=('96d6984a2ec0dc6db356a7f4633c63593c79bc63')
+sha256sums=('cc12a0198198af8a6b14aee2f90bbd1c8d356ba107e02e2372a778c9d466df8e')
sha512sums=('8328da81da58dbb3a8d66613aeae0269c5d9f53f99cbefc3c7335c7fd30e2d2c2256297d02c66ce6c27a63bab9d635c2ea34f6a017b6889d168482b095ba9a43')
prepare() {