summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKristian Gunstone2016-08-10 17:57:06 +0200
committerKristian Gunstone2016-08-10 17:57:06 +0200
commit1d67376787c8c33f311bbb1be27c09b88a424e73 (patch)
tree4962436c15c872e13717477129822979996d7a1d /PKGBUILD
parent761564673ab3a47dae11e13bc376b924b7c23de5 (diff)
downloadaur-1d67376787c8c33f311bbb1be27c09b88a424e73.tar.gz
Bump to 20.01
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a37a1cb7a038..2043711ff557 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=19.12
-pkgrel=2
+pkgver=20.01
+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="00054" # Version-specific signature; part of the filename
+_aleph_signature="0e01" # 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="00054" # Version-specific signature; part of the filename
if [ "$CARCH" == x86_64 ]; then
source+=(${_aleph_url_root}/cura_${pkgver}-${_aleph_signature}_amd64.deb)
- sha1sums+=('ecf8f1f88b32c7ecda36b46222071241f27fe98f')
+ sha1sums+=('d22961b653d3c1d8f14dcde24cbe7a8f4f0b2114')
elif [ "$CARCH" == i686 ]; then
source+=(${_aleph_url_root}/cura_${pkgver}-${_aleph_signature}_i386.deb)
- sha1sums+=('c2a84cff52815bffa7404f37717aacaae0202c5b')
+ sha1sums+=('2d48c6b948df513b3f5fefe6363b1cfd83560def')
fi
source+=(arch_aleph_patch.diff)