Skip to content

Commit

Permalink
downgrade jpeg, it's broken ...
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Nov 16, 2020
1 parent 31735ef commit 722c2d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jpeg.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
PKG := jpeg
$(PKG)_WEBSITE := https://www.ijg.org/
$(PKG)_IGNORE :=
$(PKG)_VERSION := 9d
$(PKG)_CHECKSUM := 99cb50e48a4556bc571dadd27931955ff458aae32f68c4d9c39d624693f69c32
$(PKG)_VERSION := 9c
$(PKG)_CHECKSUM := 650250979303a649e21f87b5ccd02672af1ea6954b911342ea491f351ceb7122
$(PKG)_SUBDIR := jpeg-$($(PKG)_VERSION)
$(PKG)_FILE := jpegsrc.v$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://www.ijg.org/files/$($(PKG)_FILE)
Expand Down

0 comments on commit 722c2d3

Please sign in to comment.