* [bug#50866] [PATCH] gnu: sdl-ttf: Update to 2.0.11.1.
@ 2021-09-28 14:27 iyzsong
2021-10-02 14:21 ` bug#50866: " 宋文武
0 siblings, 1 reply; 2+ messages in thread
From: iyzsong @ 2021-09-28 14:27 UTC (permalink / raw)
To: 50866; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/sdl.scm (sdl-ttf): Update to 2.0.11.1.
---
gnu/packages/sdl.scm | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm
index 128bd95af8..4cd3e8a19a 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -376,15 +376,17 @@ tagged text in SDL applications.")
(define-public sdl-ttf
(package
(name "sdl-ttf")
- (version "2.0.11")
+ (version "2.0.11.1")
+ ;; No release tarball for 2.0.11.1, changes:
+ ;; <https://github.com/libsdl-org/SDL_ttf/commit/e31d11a692>
(source (origin
- (method url-fetch)
- (uri
- (string-append "https://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-"
- version ".tar.gz"))
- (sha256
- (base32
- "1dydxd4f5kb1288i5n5568kdk2q7f8mqjr7i7sd33nplxjaxhk3j"))))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/libsdl-org/SDL_ttf")
+ (commit "e31d11a692e5b55e8e624ad766e4e44d655422c8")))
+ (sha256
+ (base32
+ "1id1cdign615wd5rq0g4ppzwclvhkwd61yb5rwvvvakkpplp3lvd"))))
(build-system gnu-build-system)
(propagated-inputs `(("sdl" ,sdl)))
(inputs `(("freetype" ,freetype)
--
2.33.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#50866: [PATCH] gnu: sdl-ttf: Update to 2.0.11.1.
2021-09-28 14:27 [bug#50866] [PATCH] gnu: sdl-ttf: Update to 2.0.11.1 iyzsong
@ 2021-10-02 14:21 ` 宋文武
0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 @ 2021-10-02 14:21 UTC (permalink / raw)
To: 50866-done; +Cc: 宋文武
Pushed.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-10-02 14:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-28 14:27 [bug#50866] [PATCH] gnu: sdl-ttf: Update to 2.0.11.1 iyzsong
2021-10-02 14:21 ` bug#50866: " 宋文武
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.