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
@ -457,18 +457,16 @@ (define-public allegro-5.0
|
||||
(define-public aseprite
|
||||
(package
|
||||
(name "aseprite")
|
||||
(version "1.1.1")
|
||||
;; The release tarball isn't good enough because it's missing some
|
||||
;; necessary code that is only in git submodules.
|
||||
(version "1.1.13")
|
||||
;; TODO: Unbundle third party software.
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/aseprite/aseprite.git")
|
||||
(commit "v1.1.1")
|
||||
(recursive? #t)))
|
||||
(method url-fetch/zipbomb)
|
||||
(uri (string-append "https://github.com/aseprite/aseprite"
|
||||
"/releases/download/v" version
|
||||
"/Aseprite-v" version "-Source.zip"))
|
||||
(sha256
|
||||
(base32
|
||||
"1yr0l3bc68lyrffrzxgw98zznv8yz5ldl98lyvp6s5grny4s4jyk"))))
|
||||
"0sm5vrrinpj423cpnlrczknjnykrn6q8c5qn2fmg5v22cv70dwzl"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags
|
||||
|
Loading…
Reference in New Issue
Block a user