diff options
| author | Michael Forney <mforney@mforney.org> | 2020-04-23 00:08:00 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-04-23 00:08:00 -0700 |
| commit | 0b52da4754a11986c6fea39e48f97137222ee924 (patch) | |
| tree | 821f11b372449a06d68f2066a84ddc2fe538e4a7 /pkg/git | |
| parent | 8fb43071f6baeb4369f0fe83e867a8436d32d01f (diff) | |
git: Update to 2.26.2
Diffstat (limited to 'pkg/git')
| -rw-r--r-- | pkg/git/.gitignore | 2 | ||||
| -rw-r--r-- | pkg/git/config.h | 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 |
6 files changed, 5 insertions, 5 deletions
diff --git a/pkg/git/.gitignore b/pkg/git/.gitignore index 935327b2..cabcf8c2 100644 --- a/pkg/git/.gitignore +++ b/pkg/git/.gitignore @@ -1,3 +1,3 @@ -/git-manpages-2.26.1.tar.gz +/git-manpages-2.26.2.tar.gz /man /man.ninja diff --git a/pkg/git/config.h b/pkg/git/config.h index aac9f809..ec9b63d8 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.26.1" +#define GIT_VERSION "2.26.2" #define HAVE_ALLOCA_H #define HAVE_PATHS_H #define HAVE_DEV_TTY diff --git a/pkg/git/sha256 b/pkg/git/sha256 index 3e3e6915..ee6ef67b 100644 --- a/pkg/git/sha256 +++ b/pkg/git/sha256 @@ -1 +1 @@ -80d7a025259c753d43f509bb6861582fad2373047198475d43c03065a2c19190 git-manpages-2.26.1.tar.gz +b3c6cfc980f3c593d0cd0c63e0c97d6f1cafe7b72321fc3a94948758b9529c5b git-manpages-2.26.2.tar.gz diff --git a/pkg/git/src b/pkg/git/src -Subproject de49261b050d9cd8ec73842356077bc5b606640 +Subproject af6b65d45ef179ed52087e80cb089f6b2349f4e diff --git a/pkg/git/url b/pkg/git/url index 22d53f4a..520950bc 100644 --- a/pkg/git/url +++ b/pkg/git/url @@ -1 +1 @@ -url = "https://www.kernel.org/pub/software/scm/git/git-manpages-2.26.1.tar.gz" +url = "https://www.kernel.org/pub/software/scm/git/git-manpages-2.26.2.tar.gz" diff --git a/pkg/git/ver b/pkg/git/ver index fb3be1e8..fbf011fb 100644 --- a/pkg/git/ver +++ b/pkg/git/ver @@ -1 +1 @@ -2.26.1 r0 +2.26.2 r0 |
