Skip to content

Commit

Permalink
contrib: mfx: include version in tarball name
Browse files Browse the repository at this point in the history
This ensures each new version will trigger a refetch.
  • Loading branch information
Rémi Denis-Courmont committed Feb 21, 2017
1 parent 42e8730 commit bc44bf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/src/mfx/rules.mak
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ ifdef HAVE_WIN32
PKGS += mfx
endif

$(TARBALLS)/mfx-git.tar.xz:
$(TARBALLS)/mfx-$(MFX_GITHASH).tar.xz:
$(call download_git,$(mfx_GITURL),,$(MFX_GITHASH))

.sum-mfx: mfx-git.tar.xz
.sum-mfx: mfx-$(MFX_GITHASH).tar.xz
$(call check_githash,$(MFX_GITHASH))
touch $@

Expand Down

0 comments on commit bc44bf8

Please sign in to comment.