diff options
author | Corinna Vinschen <vinschen@redhat.com> | 2023-03-24 11:51:50 +0000 |
---|---|---|
committer | Corinna Vinschen <vinschen@redhat.com> | 2023-03-24 11:51:50 +0000 |
commit | 31e32b2517d0baf5ac11a0929b11b816364e0814 (patch) | |
tree | 7e69bf08c85094e4fdabf17cc1afe9ac720c915f | |
parent | cygwin 3.5.0-0.251.gfe2545e9faaf (diff) |
cygwin 3.5.0-0.260.gb5b67a65f87c
-rw-r--r-- | cygwin.cygport | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cygwin.cygport b/cygwin.cygport index eb7c7c9..1809629 100644 --- a/cygwin.cygport +++ b/cygwin.cygport @@ -2,7 +2,7 @@ NAME="cygwin" LICENSE="GPL-3.0-or-later" HOMEPAGE="https://cygwin.com/" VERSION="3.5.0" -RELEASE="0.251.gfe2545e9faaf" +RELEASE="0.260.gb5b67a65f87c" case "${VERSION}" in 3.4.*) @@ -14,7 +14,7 @@ case "${VERSION}" in esac GIT_URI="https://cygwin.com/git/newlib-cygwin.git" -GIT_REV="cygwin-3.5.0-dev-251-gfe2545e9faaf" +GIT_REV="cygwin-3.5.0-dev-260-gb5b67a65f87c" inherit git TOOLCHAIN_TARGET="native" |