summaryrefslogtreecommitdiff
path: root/minidlna
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@oper.io>2022-02-22 10:10:13 -0700
committerAaron Ball <nullspoon@oper.io>2022-02-22 10:10:13 -0700
commita5733769660e0308d8baef9529321e9a12de5512 (patch)
treebde6c123f7387d9acf58381afd4a7eab4f5a2724 /minidlna
parentaf031d76a201230b7ab5864082e466aae20ccceb (diff)
downloadports-a5733769660e0308d8baef9529321e9a12de5512.tar.gz
ports-a5733769660e0308d8baef9529321e9a12de5512.tar.xz
minidlna:version from 1.3.0 to 1.3.1
Version 1.3.1 doesn't have an actual release tarball, so this actually changes the download link to grab from a specified git ref, which happens to be this version.
Diffstat (limited to 'minidlna')
-rw-r--r--minidlna/.md5sum2
-rw-r--r--minidlna/.signature6
-rw-r--r--minidlna/Pkgfile7
3 files changed, 8 insertions, 7 deletions
diff --git a/minidlna/.md5sum b/minidlna/.md5sum
index 2724f77..9e18eb7 100644
--- a/minidlna/.md5sum
+++ b/minidlna/.md5sum
@@ -1 +1 @@
-89e92d1938ee3066631d4ca9fbf31507 minidlna-1.3.0.tar.gz
+9f5f9f073dd528a0ee95532a9541e549 minidlna-git-66939d5ac4986020764c0518455f55b68422369f.zip
diff --git a/minidlna/.signature b/minidlna/.signature
index 11bd71f..bdbe80c 100644
--- a/minidlna/.signature
+++ b/minidlna/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/nullspoon.pub
-RWThnm0RuVZhZrJevDHXfA+3wqBMstS0bKvw00W5fevGCmJOrRMZ2vKRxUzgVzo5vXXVD0ncgszvj/Rw9Q8sRqteFi3EXzVCWwQ=
-SHA256 (Pkgfile) = ae135f95a1359ff7379fe8d716bafe237d3e5e1df72419187bae4cf3ef512c14
+RWThnm0RuVZhZgLrBi85at8FTISGyNWMwAuj4vLl8JnIbrcJeuHY61w6V9jd59i0ePBnDZbeCEJFE4I2PCxj4oDTWYECjbRZngE=
+SHA256 (Pkgfile) = 9a6f6af0fa8e49a5b9aee7f91c571e4bebfd5b6691a8bcc427ce99288f990a88
SHA256 (.footprint) = e468e1aef5b4350502d46826ee431d51ea73dc7f048a5313c94b3d678b062c85
-SHA256 (minidlna-1.3.0.tar.gz) = 47d9b06b4c48801a4c1112ec23d24782728b5495e95ec2195bbe5c81bc2d3c63
+SHA256 (minidlna-git-66939d5ac4986020764c0518455f55b68422369f.zip) = 6e13ecde024885694f37a7cc942032b37a32f8b3043e864ade95f07c2de6fa09
diff --git a/minidlna/Pkgfile b/minidlna/Pkgfile
index f0d8329..a9c9caf 100644
--- a/minidlna/Pkgfile
+++ b/minidlna/Pkgfile
@@ -4,12 +4,13 @@
# Depends on: ffmpeg libexif flac taglib libid3tag libjpeg-turbo libvorbis x264 opus inotify-tools libmatroska
name=minidlna
-version=1.3.0
+version=1.3.1
release=1
-source=(http://sourceforge.net/projects/${name}/files/${name}/${version}/$name-$version.tar.gz)
+_gitref='66939d5ac4986020764c0518455f55b68422369f'
+source=(https://sourceforge.net/code-snapshots/git/m/mi/minidlna/git.git/minidlna-git-${_gitref}.zip)
build() {
- cd ${name}-${version}
+ cd ${name}-git-${_gitref}
./autogen.sh
./configure --prefix=/usr

Generated by cgit