fix sha256sums
This commit is contained in:
parent
f69ecd853c
commit
10f51d80a1
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,7 +1,7 @@
|
|||
pkgbase = lychee-slicer-patched
|
||||
pkgdesc = A versatile and easy to use slicer for SLA 3D printers - plus version, patched
|
||||
pkgver = 7.0.2
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://mango3d.io/download-lychee-slicer
|
||||
arch = x86_64
|
||||
license = unknown
|
||||
|
@ -17,7 +17,7 @@ pkgbase = lychee-slicer-patched
|
|||
source = lychee-slicer-patched-1.1.tar.gz::https://vaclive.party/software/lychee-slicer/archive/v1.1.tar.gz
|
||||
source = lychee-slicer-7.0.2.deb::https://mango-lychee.nyc3.digitaloceanspaces.com/LycheeSlicer-7.0.2.deb
|
||||
source = lycheeslicer.sh
|
||||
sha256sums = a804e3af0a92ad634a4b5bb7a95e509c4eab447285367272c9830cd9179f4dc8
|
||||
sha256sums = dbe0a16d17628d5383683d6cf0d46f121032c32d5025a635614bd95bf62a26e2
|
||||
sha256sums = 2742f3dec76623fdad146559789710d4faa4e31e4d5d73b1b9740bc817243cf7
|
||||
sha256sums = b4c98d9cbc595801c2b36e1a59838eb6bd0f46394689ded48b0fa7649056849d
|
||||
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -3,7 +3,7 @@ pkgname=lychee-slicer-patched
|
|||
_pkgname=lychee-slicer
|
||||
pkgver=7.0.2
|
||||
_patchver=1.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A versatile and easy to use slicer for SLA 3D printers - plus version, patched"
|
||||
arch=(x86_64)
|
||||
url="https://mango3d.io/download-lychee-slicer"
|
||||
|
@ -16,7 +16,7 @@ options=(!debug !strip)
|
|||
source=("$pkgname-$_patchver.tar.gz::https://vaclive.party/software/lychee-slicer/archive/v$_patchver.tar.gz"
|
||||
"$_pkgname-$pkgver.deb::https://mango-lychee.nyc3.digitaloceanspaces.com/LycheeSlicer-$pkgver.deb"
|
||||
"lycheeslicer.sh")
|
||||
sha256sums=('a804e3af0a92ad634a4b5bb7a95e509c4eab447285367272c9830cd9179f4dc8'
|
||||
sha256sums=('dbe0a16d17628d5383683d6cf0d46f121032c32d5025a635614bd95bf62a26e2'
|
||||
'2742f3dec76623fdad146559789710d4faa4e31e4d5d73b1b9740bc817243cf7'
|
||||
'b4c98d9cbc595801c2b36e1a59838eb6bd0f46394689ded48b0fa7649056849d')
|
||||
|
||||
|
|
Loading…
Reference in a new issue