mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: aseprite: Update to 1.1.13.
* gnu/packages/game-development.scm (aseprite): Update to 1.1.13. [source]: Switch to release archive.
This commit is contained in:
parent
d1e3f59c9b
commit
ff4dc16eac
1 changed files with 7 additions and 9 deletions
|
@ -457,18 +457,16 @@ (define-public allegro-5.0
|
||||||
(define-public aseprite
|
(define-public aseprite
|
||||||
(package
|
(package
|
||||||
(name "aseprite")
|
(name "aseprite")
|
||||||
(version "1.1.1")
|
(version "1.1.13")
|
||||||
;; The release tarball isn't good enough because it's missing some
|
;; TODO: Unbundle third party software.
|
||||||
;; necessary code that is only in git submodules.
|
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method url-fetch/zipbomb)
|
||||||
(uri (git-reference
|
(uri (string-append "https://github.com/aseprite/aseprite"
|
||||||
(url "https://github.com/aseprite/aseprite.git")
|
"/releases/download/v" version
|
||||||
(commit "v1.1.1")
|
"/Aseprite-v" version "-Source.zip"))
|
||||||
(recursive? #t)))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1yr0l3bc68lyrffrzxgw98zznv8yz5ldl98lyvp6s5grny4s4jyk"))))
|
"0sm5vrrinpj423cpnlrczknjnykrn6q8c5qn2fmg5v22cv70dwzl"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
'(#:configure-flags
|
||||||
|
|
Loading…
Reference in a new issue