File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- REDIS_VERSION: =6 .2.6
15+ REDIS_VERSION: =7 .2.4
1616SPRING_PROFILE? =ci
1717SHELL =/bin/bash -euo pipefail
1818
@@ -175,7 +175,7 @@ clobber:
175175work/redis/bin/redis-cli work/redis/bin/redis-server :
176176 @mkdir -p work/redis
177177
178- curl -sSL https://github.com/antirez /redis/archive/$(REDIS_VERSION).tar.gz | tar xzf - -C work
178+ curl -sSL https://github.com/redis /redis/archive/$(REDIS_VERSION).tar.gz | tar xzf - -C work
179179 $(MAKE) -C work/redis-$(REDIS_VERSION) -j
180180 $(MAKE) -C work/redis-$(REDIS_VERSION) PREFIX=$(shell pwd)/work/redis install
181181 rm -rf work/redis-$(REDIS_VERSION)
You can’t perform that action at this time.
0 commit comments