summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian Gunstone2016-12-13 12:03:04 +0100
committerKristian Gunstone2016-12-13 12:03:04 +0100
commitdf2e22490b49ec4784f58d8332a35377f1a59dba (patch)
tree157d14120478049cc1c46c43085d2ef96bd313af
parentd4394a7fe6e1ce0a05974c232610aa7f6b9d05c0 (diff)
downloadaur-df2e22490b49ec4784f58d8332a35377f1a59dba.tar.gz
Bump to 21.02
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index caedc57db398..1dd3dfde3c89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.00
- pkgrel = 2
+ pkgver = 21.02
+ pkgrel = 1
url = https://www.lulzbot.com/cura
arch = i686
arch = x86_64
@@ -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.00/cura_21.00-b796_amd64.deb
+ source = http://download.lulzbot.com/Software/Cura/Packages/Cura_21.02/cura_21.02-1da4_amd64.deb
source = arch_aleph_patch.diff
- sha1sums = a2cbb35e64f4c6d0dff0ee3b55c4b840aef6914b
+ sha1sums = 98056533fe61df6973ad2c74932ded1e159398d6
sha1sums = a6010f8e88b7d02900b5a2eb7f9f9fa2c50f7d57
pkgname = cura-aleph-bin
diff --git a/PKGBUILD b/PKGBUILD
index daeef606b8d4..089dcd4d9296 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# 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.00
-pkgrel=2
+pkgver=21.02
+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."
arch=('i686' 'x86_64')
@@ -26,7 +26,7 @@ conflicts=('cura'
'cura-not-so-old')
_aleph_url_root="http://download.lulzbot.com/Software/Cura/Packages/Cura_${pkgver}"
-_aleph_signature="b796" # Version-specific signature; part of the filename
+_aleph_signature="1da4" # 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="b796" # Version-specific signature; part of the filename
if [ "$CARCH" == x86_64 ]; then
source+=(${_aleph_url_root}/cura_${pkgver}-${_aleph_signature}_amd64.deb)
- sha1sums+=('a2cbb35e64f4c6d0dff0ee3b55c4b840aef6914b')
+ sha1sums+=('98056533fe61df6973ad2c74932ded1e159398d6')
elif [ "$CARCH" == i686 ]; then
source+=(${_aleph_url_root}/cura_${pkgver}-${_aleph_signature}_i386.deb)
- sha1sums+=('c360c68b20b0e66789cb5bb615adab3ab08204ad')
+ sha1sums+=('ecdf7c9d7f5ff9b229a78e2d495e25de26d4ae20')
fi
source+=(arch_aleph_patch.diff)