Update Quicklisp dist to 2020-02-18 (#1106)

#1092 requires us to switch to a new Quicklisp distribution in order to bump CFFI to version 0.21.0. This commit switches to the newest available QL dist (2020-02-18) to achieve this.
This commit is contained in:
Michał "phoe" Herda 2020-03-22 16:59:19 +01:00 committed by GitHub
parent be43a49646
commit e235c6049d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ QLDIR = $(BUILDDIR)/quicklisp
MANIFEST = $(BUILDDIR)/manifest.ql MANIFEST = $(BUILDDIR)/manifest.ql
LATEST = $(BUILDDIR)/pgloader-latest.tgz LATEST = $(BUILDDIR)/pgloader-latest.tgz
BUNDLEDIST = 2019-01-07 BUNDLEDIST = 2020-02-18
BUNDLENAME = pgloader-bundle-$(VERSION) BUNDLENAME = pgloader-bundle-$(VERSION)
BUNDLEDIR = $(BUILDDIR)/bundle/$(BUNDLENAME) BUNDLEDIR = $(BUILDDIR)/bundle/$(BUNDLENAME)
BUNDLE = $(BUILDDIR)/$(BUNDLENAME).tgz BUNDLE = $(BUILDDIR)/$(BUNDLENAME).tgz