update packages

This commit is contained in:
2025-06-22 17:08:08 +02:00
parent 54e5633369
commit 16a0a6db93
558 changed files with 68349 additions and 26568 deletions

View File

@@ -1,17 +1,13 @@
(define-package "orgit" "20250301.2339" "Support for Org links to Magit buffers"
'((emacs "26.1")
(compat "30.0.2.0")
(magit "4.3.1")
(org "9.7.11"))
:commit "6ad0dc35c8df54fae4ef27e5145760e22fbbf890" :authors
'(("Jonas Bernoulli" . "emacs.orgit@jonas.bernoulli.dev"))
:maintainers
'(("Jonas Bernoulli" . "emacs.orgit@jonas.bernoulli.dev"))
:maintainer
'("Jonas Bernoulli" . "emacs.orgit@jonas.bernoulli.dev")
:keywords
'("hypermedia" "vc")
:url "https://github.com/magit/orgit")
;; Local Variables:
;; no-byte-compile: t
;; End:
;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "orgit" "20250601.1057"
"Support for Org links to Magit buffers."
'((emacs "27.1")
(compat "30.1")
(magit "4.3.6")
(org "9.7"))
:url "https://github.com/magit/orgit"
:commit "224350397df0987f8cdc770eb7f4618eca34a727"
:revdesc "224350397df0"
:keywords '("hypermedia" "vc")
:authors '(("Jonas Bernoulli" . "emacs.orgit@jonas.bernoulli.dev"))
:maintainers '(("Jonas Bernoulli" . "emacs.orgit@jonas.bernoulli.dev")))

View File

@@ -6,12 +6,13 @@
;; Homepage: https://github.com/magit/orgit
;; Keywords: hypermedia vc
;; Package-Version: 2.0.1
;; Package-Version: 20250601.1057
;; Package-Revision: 224350397df0
;; Package-Requires: (
;; (emacs "26.1")
;; (compat "30.0.2.0")
;; (magit "4.3.1")
;; (org "9.7.11"))
;; (emacs "27.1")
;; (compat "30.1")
;; (magit "4.3.6")
;; (org "9.7"))
;; SPDX-License-Identifier: GPL-3.0-or-later
@@ -118,6 +119,11 @@
"https://gitlab.com/%n"
"https://gitlab.com/%n/commits/%r"
"https://gitlab.com/%n/commit/%r")
("codeberg.org\\(/\\|:git@\\)\\(.+?\\)\\(?:\\.git\\)?$"
"https://codeberg.org/%n"
;; Redirects to commits/branch/%r.
"https://codeberg.org/%n/commits/%r"
"https://codeberg.org/%n/commit/%r")
("git.sr.ht[:/]\\(.+?\\)\\(?:\\.git\\)?$"
"https://git.sr.ht/%n"
"https://git.sr.ht/%n/log/%r"
@@ -126,10 +132,6 @@
"https://bitbucket.org/%n"
"https://bitbucket.org/%n/commits/branch/%r"
"https://bitbucket.org/%n/commits/%r")
("code.orgmode.org[:/]\\(.+\\)$"
"https://code.orgmode.org/cgit.cgi/%n"
"https://code.orgmode.org/cgit.cgi/%n/commits/%r"
"https://code.orgmode.org/cgit.cgi/%n/commit/%r")
("git.kernel.org/pub/scm[:/]\\(.+\\)$"
"https://git.kernel.org/cgit/%n"
"https://git.kernel.org/cgit/%n/log/?h=%r"