diff options
| author | Michael Forney <mforney@mforney.org> | 2019-12-10 19:50:11 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-12-10 19:50:11 -0800 |
| commit | 40955cacd1ac929f54180dd4b0aa072aee9883a6 (patch) | |
| tree | 9f06666043a72482761b64617f5c6516f0279e90 /pkg | |
| parent | d49fe3c859387f6eefb75aa2fd5f7d0622a1d1cb (diff) | |
git: Update to 2.24.1
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/git/.gitignore | 2 | ||||
| -rw-r--r-- | pkg/git/config.h | 2 | ||||
| -rw-r--r-- | pkg/git/man.txt | 2 | ||||
| -rw-r--r-- | pkg/git/sha256 | 2 | ||||
| m--------- | pkg/git/src | 0 | ||||
| -rw-r--r-- | pkg/git/url | 2 | ||||
| -rw-r--r-- | pkg/git/ver | 2 |
7 files changed, 6 insertions, 6 deletions
diff --git a/pkg/git/.gitignore b/pkg/git/.gitignore index f3e3c266..acfa936e 100644 --- a/pkg/git/.gitignore +++ b/pkg/git/.gitignore @@ -1,3 +1,3 @@ -/git-manpages-2.24.0.tar.xz +/git-manpages-2.24.1.tar.xz /man /man.ninja diff --git a/pkg/git/config.h b/pkg/git/config.h index 24b20259..0dd4d84c 100644 --- a/pkg/git/config.h +++ b/pkg/git/config.h @@ -11,7 +11,7 @@ #define GIT_LOCALE_PATH "/share/locale" #define GIT_MAN_PATH "share/man" #define GIT_USER_AGENT "git/" GIT_VERSION -#define GIT_VERSION "2.24.0" +#define GIT_VERSION "2.24.1" #define HAVE_ALLOCA_H #define HAVE_PATHS_H #define HAVE_DEV_TTY diff --git a/pkg/git/man.txt b/pkg/git/man.txt index d6b98348..8888a564 100644 --- a/pkg/git/man.txt +++ b/pkg/git/man.txt @@ -1,4 +1,4 @@ -# 2,<xzcat git-manpages-2.24.0.tar.xz | pax -s '/\.\///' '*.[1-9]' | sort +# 2,<xzcat git-manpages-2.24.1.tar.xz | pax -s '/\.\///' '*.[1-9]' | sort man1/git-add.1 man1/git-am.1 man1/git-annotate.1 diff --git a/pkg/git/sha256 b/pkg/git/sha256 index ada96d69..f8907561 100644 --- a/pkg/git/sha256 +++ b/pkg/git/sha256 @@ -1 +1 @@ -b0c872c16f22942c1cb6c90ec07f395a931f7c2f9fb920d2ec926674265c04a6 git-manpages-2.24.0.tar.xz +27304ab2674d5ad623a0a72c22116cb47df4a611499a53aef5c7ec39a32cfefb git-manpages-2.24.1.tar.xz diff --git a/pkg/git/src b/pkg/git/src -Subproject da72936f544fec5a335e66432610e4cef443099 +Subproject 53a06cf39b756eddfe4a2a34da93e3d04eb7b72 diff --git a/pkg/git/url b/pkg/git/url index 52275795..c2808868 100644 --- a/pkg/git/url +++ b/pkg/git/url @@ -1 +1 @@ -url = "https://www.kernel.org/pub/software/scm/git/git-manpages-2.24.0.tar.xz" +url = "https://www.kernel.org/pub/software/scm/git/git-manpages-2.24.1.tar.xz" diff --git a/pkg/git/ver b/pkg/git/ver index 0947e7f4..ae7436ee 100644 --- a/pkg/git/ver +++ b/pkg/git/ver @@ -1 +1 @@ -2.24.0 r0 +2.24.1 r0 |
