[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r10799: update gorm to 1.4.0
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r10799: update gorm to 1.4.0 |
Date: |
Mon, 11 Nov 2024 01:32:36 -0500 (EST) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 10799
revision-id: carlhansen@gnu.org-20241111063231-3vnxae8r0fjn2yl9
parent: carlhansen@gnu.org-20241111015633-4eh2f1k8he6yfxhj
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Mon 2024-11-11 06:32:31 +0000
message:
update gorm to 1.4.0
modified:
pkg/gnustep/gorm/Makefile makefile-20160617021536-2y71qvmiwaimvy1u-236
pkg/gnustep/gorm/sha256sums sha256sums-20160617021536-2y71qvmiwaimvy1u-240
=== modified file 'pkg/gnustep/gorm/Makefile'
--- a/pkg/gnustep/gorm/Makefile 2024-11-09 08:20:58 +0000
+++ b/pkg/gnustep/gorm/Makefile 2024-11-11 06:32:31 +0000
@@ -1,5 +1,5 @@
# Copyright © 2013 Brandon Invergo <brandon@invergo.net>
-# Copyright © 2019, 2020, 2021, 2023 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2019-2021, 2023-2024 Carl Hansen <carlhansen@gnu.org>
#
# This file is part of GSRC, the GNU Source Release Collection.
# http://www.gnu.org/software/gsrc
@@ -23,7 +23,7 @@
NAME = Gorm
GARNAME = gorm
-GARVERSION = 1.3.1
+GARVERSION = 1.4.0
HOME_URL = http://www.gnustep.org/
DESCRIPTION = GNUstep graphical interface builder
define BLURB
@@ -35,16 +35,17 @@
endef
######################################################################
-#
https://github.com/gnustep/apps-gorm/releases/download/gorm-1_3_1/gorm-1.3.1.tar.gz
+# https://github.com/gnustep/apps-gorm/archive/refs/tags/gorm-1_4_0.tar.gz
MASTER_SITES = $(MASTER_GITHUB)
-MASTER_SUBDIR = gnustep/apps-gorm/releases/download/gorm-1_3_1/
-DISTFILES = $(DISTNAME).tar.gz
+MASTER_SUBDIR = gnustep/apps-gorm/archive/refs/tags/
+DISTFILES = $(GARNAME)-1_4_0.tar.gz
SIGFILES =
CONFIGURE_SCRIPTS =
BUILDDEPS = tools-make libs-base libs-gui libs-back
LIBDEPS =
+WORKSRC = $(WORKDIR)/apps-gorm-gorm-1_4_0
######################################################################
include ../../../gar/gar.lib/gnustep.mk
=== modified file 'pkg/gnustep/gorm/sha256sums'
--- a/pkg/gnustep/gorm/sha256sums 2023-01-16 07:17:00 +0000
+++ b/pkg/gnustep/gorm/sha256sums 2024-11-11 06:32:31 +0000
@@ -1,1 +1,1 @@
-75ee9e3ee4b76820423e04deb3116bf01bcc26a28c4db85d3a67979673041c9e
download/gorm-1.3.1.tar.gz
+094b044c316f7c8d46f89fa60a2d444c7f0958c421c7edf4188ea42bec7bd5bc
download/gorm-1_4_0.tar.gz
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r10799: update gorm to 1.4.0,
Carl Hansen <=