diff options
| author | Michael Forney <mforney@mforney.org> | 2020-03-20 15:06:57 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-03-20 15:06:57 -0700 |
| commit | 1eee840b7929813eaaab6c69762d6e90eab759d7 (patch) | |
| tree | 232ac630035a4016228bf69dcf44f65de6483e74 | |
| parent | b492f5d33e4c9f1f86075c263d909912c1b76acf (diff) | |
git: Update to 2.25.2
| -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 d1c99bf5..95c9d569 100644 --- a/pkg/git/.gitignore +++ b/pkg/git/.gitignore @@ -1,3 +1,3 @@ -/git-manpages-2.25.1.tar.xz +/git-manpages-2.25.2.tar.xz /man /man.ninja diff --git a/pkg/git/config.h b/pkg/git/config.h index b7848184..491a07ec 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.25.1" +#define GIT_VERSION "2.25.2" #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 79baa69a..6cc03bfe 100644 --- a/pkg/git/man.txt +++ b/pkg/git/man.txt @@ -1,4 +1,4 @@ -# 2,<xzcat git-manpages-2.25.1.tar.xz | pax -s '/\.\///' '*.[1-9]' | sort +# 2,<xzcat git-manpages-2.25.2.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 1d53f797..d3ee9cae 100644 --- a/pkg/git/sha256 +++ b/pkg/git/sha256 @@ -1 +1 @@ -30886372c1962a5e087f919998b02f816605368201b564d3f519614ee4a9ee96 git-manpages-2.25.1.tar.xz +78bbe92b0c7c2f9a227025a7b7207951c185adda38a968499e5b6dacb6e1d41a git-manpages-2.25.2.tar.xz diff --git a/pkg/git/src b/pkg/git/src -Subproject c522f061d551c9bb8684a7c3859b2ece4499b56 +Subproject 0822e66b5d49d0de1aa767b38785e42de05eaf4 diff --git a/pkg/git/url b/pkg/git/url index f37f98a7..e00aeed8 100644 --- a/pkg/git/url +++ b/pkg/git/url @@ -1 +1 @@ -url = "https://www.kernel.org/pub/software/scm/git/git-manpages-2.25.1.tar.xz" +url = "https://www.kernel.org/pub/software/scm/git/git-manpages-2.25.2.tar.xz" diff --git a/pkg/git/ver b/pkg/git/ver index 78544429..130c8e0f 100644 --- a/pkg/git/ver +++ b/pkg/git/ver @@ -1 +1 @@ -2.25.1 r0 +2.25.2 r0 |
