summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian Gunstone2017-01-05 13:01:26 +0100
committerKristian Gunstone2017-01-05 13:01:26 +0100
commit48c5abb5b8731e558f5fb18771e754cf1ea9fcb0 (patch)
treec62629d9e4e68d3236c4416cbadad3fc170fd028
parentdf2e22490b49ec4784f58d8332a35377f1a59dba (diff)
downloadaur-48c5abb5b8731e558f5fb18771e754cf1ea9fcb0.tar.gz
Bump to 21.03
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1dd3dfde3c89..cc86902e667a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cura-aleph-bin
pkgdesc = A full 3D printing solution aimed at RepRaps and the Ultimaker. This is the Aleph Objects fork, specialized for the Lulzbot series of 3D printers.
- pkgver = 21.02
+ pkgver = 21.03
pkgrel = 1
url = https://www.lulzbot.com/cura
arch = i686
@@ -19,9 +19,9 @@ pkgbase = cura-aleph-bin
conflicts = cura-git
conflicts = cura-old
conflicts = cura-not-so-old
- source = http://download.lulzbot.com/Software/Cura/Packages/Cura_21.02/cura_21.02-1da4_amd64.deb
+ source = http://download.lulzbot.com/Software/Cura/Packages/Cura_21.03/cura_21.03-69de_amd64.deb
source = arch_aleph_patch.diff
- sha1sums = 98056533fe61df6973ad2c74932ded1e159398d6
+ sha1sums = 74d88dd0f0700746529f70fb47cf38020715e44c
sha1sums = a6010f8e88b7d02900b5a2eb7f9f9fa2c50f7d57
pkgname = cura-aleph-bin
diff --git a/PKGBUILD b/PKGBUILD
index 089dcd4d9296..15692893973a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# A specific version of CuraEngine is bundled with Aleph's Cura, and so it also
# comes with this package.
pkgname=cura-aleph-bin
-pkgver=21.02
+pkgver=21.03
pkgrel=1
pkgdesc="A full 3D printing solution aimed at RepRaps and the Ultimaker.
This is the Aleph Objects fork, specialized for the Lulzbot series of 3D printers."
@@ -26,7 +26,7 @@ conflicts=('cura'
'cura-not-so-old')
_aleph_url_root="http://download.lulzbot.com/Software/Cura/Packages/Cura_${pkgver}"
-_aleph_signature="1da4" # Version-specific signature; part of the filename
+_aleph_signature="69de" # Version-specific signature; part of the filename
# Sha1sums verified against:
# http://download.alephobjects.com/ao/aodeb/dists/jessie/main/binary-amd64/Packages
@@ -34,10 +34,10 @@ _aleph_signature="1da4" # Version-specific signature; part of the filename
if [ "$CARCH" == x86_64 ]; then
source+=(${_aleph_url_root}/cura_${pkgver}-${_aleph_signature}_amd64.deb)
- sha1sums+=('98056533fe61df6973ad2c74932ded1e159398d6')
+ sha1sums+=('74d88dd0f0700746529f70fb47cf38020715e44c')
elif [ "$CARCH" == i686 ]; then
source+=(${_aleph_url_root}/cura_${pkgver}-${_aleph_signature}_i386.deb)
- sha1sums+=('ecdf7c9d7f5ff9b229a78e2d495e25de26d4ae20')
+ sha1sums+=('ab15c28881c8f52db5636365ef5566dc08da638e')
fi
source+=(arch_aleph_patch.diff)