summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian Gunstone2016-04-28 18:38:20 +0200
committerKristian Gunstone2016-04-28 18:38:20 +0200
commitb377317d60153b17ee30af8d1865c5d92ad4adec (patch)
tree8608e1e6ffbb8f0723c40522bb6b477ff858e146
parent911351cee95ccb908b00b3659894b1f6d78de065 (diff)
downloadaur-b377317d60153b17ee30af8d1865c5d92ad4adec.tar.gz
Bump to 19.12. They changed the download path again also.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cbdb55fd3ee..a242935a94d3 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 = 18.04
+ pkgver = 19.12
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_18.04/Debian/cura_18.04-67db_amd64.deb
+ source = http://download.lulzbot.com/Software/Cura/Packages/Cura_19.12/cura_19.12-00054_amd64.deb
source = arch_aleph_patch.diff
- sha1sums = 0da0e898a3cc8b1a9682719ac9f354a81366ec93
+ sha1sums = ecf8f1f88b32c7ecda36b46222071241f27fe98f
sha1sums = ba7a71da6f433e57e4cb67b9a295d4c249518b6e
pkgname = cura-aleph-bin
diff --git a/PKGBUILD b/PKGBUILD
index f13a0a52ae17..e7e8b1da1610 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=18.04
+pkgver=19.12
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."
@@ -25,8 +25,8 @@ conflicts=('cura'
'cura-old'
'cura-not-so-old')
-_aleph_url_root="http://download.lulzbot.com/Software/Cura/Packages/Cura_${pkgver}/Debian"
-_aleph_signature="67db" # Version-specific signature; part of the filename
+_aleph_url_root="http://download.lulzbot.com/Software/Cura/Packages/Cura_${pkgver}"
+_aleph_signature="00054" # 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="67db" # Version-specific signature; part of the filename
if [ "$CARCH" == x86_64 ]; then
source+=(${_aleph_url_root}/cura_${pkgver}-${_aleph_signature}_amd64.deb)
- sha1sums+=('0da0e898a3cc8b1a9682719ac9f354a81366ec93')
+ sha1sums+=('ecf8f1f88b32c7ecda36b46222071241f27fe98f')
elif [ "$CARCH" == i686 ]; then
source+=(${_aleph_url_root}/cura_${pkgver}-${_aleph_signature}_i386.deb)
- sha1sums+=('1093afd238d73ee22c954a47cce82098f79a2440')
+ sha1sums+=('c2a84cff52815bffa7404f37717aacaae0202c5b')
fi
source+=(arch_aleph_patch.diff)