summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian Gunstone2016-10-06 12:45:15 +0200
committerKristian Gunstone2016-10-06 12:45:15 +0200
commit71c94c5eade07859977a13507216c87276ff8ea2 (patch)
tree61e97fe6a1b2aecbb0047991adfbdaf4994bbed5
parent1d67376787c8c33f311bbb1be27c09b88a424e73 (diff)
downloadaur-71c94c5eade07859977a13507216c87276ff8ea2.tar.gz
Bump to 21.00
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c464cb14812b..8705b89fd777 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 = 20.01
+ pkgver = 21.00
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_20.01/cura_20.01-0e01_amd64.deb
+ source = http://download.lulzbot.com/Software/Cura/Packages/Cura_21.00/cura_21.00-b796_amd64.deb
source = arch_aleph_patch.diff
- sha1sums = d22961b653d3c1d8f14dcde24cbe7a8f4f0b2114
+ sha1sums = a2cbb35e64f4c6d0dff0ee3b55c4b840aef6914b
sha1sums = ba7a71da6f433e57e4cb67b9a295d4c249518b6e
pkgname = cura-aleph-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2043711ff557..17f486d9aec3 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=20.01
+pkgver=21.00
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="0e01" # Version-specific signature; part of the filename
+_aleph_signature="b796" # 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="0e01" # Version-specific signature; part of the filename
if [ "$CARCH" == x86_64 ]; then
source+=(${_aleph_url_root}/cura_${pkgver}-${_aleph_signature}_amd64.deb)
- sha1sums+=('d22961b653d3c1d8f14dcde24cbe7a8f4f0b2114')
+ sha1sums+=('a2cbb35e64f4c6d0dff0ee3b55c4b840aef6914b')
elif [ "$CARCH" == i686 ]; then
source+=(${_aleph_url_root}/cura_${pkgver}-${_aleph_signature}_i386.deb)
- sha1sums+=('2d48c6b948df513b3f5fefe6363b1cfd83560def')
+ sha1sums+=('c360c68b20b0e66789cb5bb615adab3ab08204ad')
fi
source+=(arch_aleph_patch.diff)