diff options
-rw-r--r-- | recipes/sox/sox_13.0.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/sox/sox_13.0.0.bb b/recipes/sox/sox_13.0.0.bb index 39e04172f6..b2ffbbea0a 100644 --- a/recipes/sox/sox_13.0.0.bb +++ b/recipes/sox/sox_13.0.0.bb @@ -4,7 +4,8 @@ and can apply different effects and filters to the audio data." HOMEPAGE = "http://sox.sourceforge.net" SECTION = "audio" LICENSE = "GPL" -PR = "r0" + +PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/sox/sox-${PV}.tar.gz \ file://src-Makefile.am.patch" |