diff --git a/woof-code/rootfs-petbuilds/mpv/pet.specs b/woof-code/rootfs-petbuilds/mpv/pet.specs index 501fee7df36..595d6085968 100644 --- a/woof-code/rootfs-petbuilds/mpv/pet.specs +++ b/woof-code/rootfs-petbuilds/mpv/pet.specs @@ -1 +1 @@ -mpv-0.35.1|mpv|0.35.1||Multimedia|6656K||mpv-0.35.1.pet||Command line video player|puppy||| +mpv-0.39.0|mpv|0.39.0||Multimedia|6656K||mpv-0.39.0.pet||Command line video player|puppy||| diff --git a/woof-code/rootfs-petbuilds/mpv/petbuild b/woof-code/rootfs-petbuilds/mpv/petbuild index cf2f7823989..df2cbaf447c 100755 --- a/woof-code/rootfs-petbuilds/mpv/petbuild +++ b/woof-code/rootfs-petbuilds/mpv/petbuild @@ -1,10 +1,10 @@ download() { - [ -f mpv-0.35.1.tar.gz ] || wget -t 3 -T 60 -O mpv-0.35.1.tar.gz https://github.com/mpv-player/mpv/archive/refs/tags/v0.35.1.tar.gz + [ -f mpv-0.39.0.tar.gz ] || wget -t 3 -T 60 -O mpv-0.39.0.tar.gz https://github.com/mpv-player/mpv/archive/refs/tags/v0.39.0.tar.gz } build() { - tar -xzf mpv-0.35.1.tar.gz - cd mpv-0.35.1 + tar -xzf mpv-0.39.0.tar.gz + cd mpv-0.39.0 # hack for dpup: these symlinks exist in bdrv but we don't have it yet ln -s /usr/lib/*-linux-gnu*/blas/libblas.so.* /usr/lib/*-linux-gnu*/ || : diff --git a/woof-code/rootfs-petbuilds/mpv/sha256.sum b/woof-code/rootfs-petbuilds/mpv/sha256.sum index 0b83b4cab41..4da5024e9c5 100644 --- a/woof-code/rootfs-petbuilds/mpv/sha256.sum +++ b/woof-code/rootfs-petbuilds/mpv/sha256.sum @@ -1 +1 @@ -41df981b7b84e33a2ef4478aaf81d6f4f5c8b9cd2c0d337ac142fc20b387d1a9 mpv-0.35.1.tar.gz +2ca92437affb62c2b559b4419ea4785c70d023590500e8a52e95ea3ab4554683 mpv-0.39.0.tar.gz