summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian Gunstone2017-07-03 11:11:54 +0200
committerKristian Gunstone2017-07-03 11:18:50 +0200
commit9901ee256c0dde6fcdf3e2218c6f11b736ea2b9f (patch)
treeb66e7b404eb9acfad162330113889eb1517f7c73
parent19cf24022da1c6d3da47f4ded15f962cad9ba510 (diff)
downloadaur-9901ee256c0dde6fcdf3e2218c6f11b736ea2b9f.tar.gz
Bump to 21.06
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dde5e174f6f4..0ad7ebf9bc2c 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.04
+ pkgver = 21.06
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.alephobjects.com/ao/aodeb/dists/jessie/main/binary-amd64/cura_21.04-2228_amd64.deb
+ source = http://download.alephobjects.com/ao/aodeb/dists/jessie/main/binary-amd64/cura_21.06-f73e_amd64.deb
source = arch_aleph_patch.diff
- sha1sums = 80ff3a889fa5ece8c6dbd221852416e4a2ffb3de
+ sha1sums = 085c8f18415d0f1a557ff5905bd1984013386632
sha1sums = a6010f8e88b7d02900b5a2eb7f9f9fa2c50f7d57
pkgname = cura-aleph-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3c21731dc855..c1441428f7e2 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.04
+pkgver=21.06
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."
@@ -30,7 +30,7 @@ conflicts=('cura'
# being a bit ahead of the curve..
#_aleph_url_root="http://download.lulzbot.com/Software/Cura/Packages/Cura_${pkgver}"
_aleph_url_root="http://download.alephobjects.com/ao/aodeb/dists/jessie/main/binary-amd64"
-_aleph_signature="2228" # Version-specific signature; part of the filename
+_aleph_signature="f73e" # Version-specific signature; part of the filename
# Sha1sums verified against:
# http://download.alephobjects.com/ao/aodeb/dists/jessie/main/binary-amd64/Packages
@@ -38,10 +38,10 @@ _aleph_signature="2228" # Version-specific signature; part of the filename
if [ "$CARCH" == x86_64 ]; then
source+=(${_aleph_url_root}/cura_${pkgver}-${_aleph_signature}_amd64.deb)
- sha1sums+=('80ff3a889fa5ece8c6dbd221852416e4a2ffb3de')
+ sha1sums+=('085c8f18415d0f1a557ff5905bd1984013386632')
elif [ "$CARCH" == i686 ]; then
source+=(${_aleph_url_root}/cura_${pkgver}-${_aleph_signature}_i386.deb)
- sha1sums+=('c119514cccbf0543a3d0e94c661242801fceaf25')
+ sha1sums+=('46fef86a1da902880807fbe4c334d23dcadf98c9')
fi
source+=(arch_aleph_patch.diff)