summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian Gunstone2016-08-10 17:57:06 +0200
committerKristian Gunstone2016-08-10 17:57:06 +0200
commit1d67376787c8c33f311bbb1be27c09b88a424e73 (patch)
tree4962436c15c872e13717477129822979996d7a1d
parent761564673ab3a47dae11e13bc376b924b7c23de5 (diff)
downloadaur-1d67376787c8c33f311bbb1be27c09b88a424e73.tar.gz
Bump to 20.01
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index babb6d622b5d..c464cb14812b 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 = 19.12
- pkgrel = 2
+ pkgver = 20.01
+ 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_19.12/cura_19.12-00054_amd64.deb
+ source = http://download.lulzbot.com/Software/Cura/Packages/Cura_20.01/cura_20.01-0e01_amd64.deb
source = arch_aleph_patch.diff
- sha1sums = ecf8f1f88b32c7ecda36b46222071241f27fe98f
+ sha1sums = d22961b653d3c1d8f14dcde24cbe7a8f4f0b2114
sha1sums = ba7a71da6f433e57e4cb67b9a295d4c249518b6e
pkgname = cura-aleph-bin
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)