dev86: update SRC_URI and associated checksums

SRC_URI no longer works, server return 503. Replace server with github
address.

Signed-off-by: Piotr Król <piotr.krol@3mdeb.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Piotr Król 2020-03-02 15:32:38 +01:00 committed by Bruce Ashfield
parent c925905e38
commit a200d2be21

View File

@ -5,10 +5,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
SECTION = "console/tools"
PR="r0"
SRC_URI="http://v3.sk/~lkundrak/dev86/archive/Dev86src-${PV}.tar.gz"
SRC_URI="https://github.com/lkundrak/dev86/archive/v${PV}.tar.gz"
SRC_URI[md5sum] = "567cf460d132f9d8775dd95f9208e49a"
SRC_URI[sha256sum] = "61817a378c8c8ba65f36c6792d457a305dc4eedae8cdc8b6233bf2bb28e5fe8d"
SRC_URI[md5sum] = "288af53f256300777efc91d97c082fda"
SRC_URI[sha256sum] = "533f2a0d2ed61223040f27e5cd007a11d969aaf34f6b709ece122b1e6fc50580"
S = "${WORKDIR}/dev86-${PV}"