Skip to content

Commit

Permalink
New url
Browse files Browse the repository at this point in the history
  • Loading branch information
c4deszes committed Jan 31, 2024
1 parent fe9cfee commit 65fb2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt-get install -y \
ARG srecord_version="1.65"

WORKDIR /
RUN wget https://sourceforge.net/projects/srecord/files/srecord/${srecord_version}/srecord-${srecord_version}.tar.gz
RUN wget https://downloads.sourceforge.net/project/srecord/srecord/${srecord_version}/srecord-${srecord_version}.0-Source.tar.gz
RUN tar -xf srecord-${srecord_version}.tar.gz --directory /opt/srecord
WORKDIR /opt/srecord/srecord-${srecord_version}
RUN ./configure --without-gcrypt && make all-bin && make install-bin install-libdir install-include
Expand Down

0 comments on commit 65fb2c9

Please sign in to comment.