1
0
forked from ports/opt

exif: update to 0.6.22

This commit is contained in:
Juergen Daubert 2020-05-27 15:05:45 +02:00
parent 3f94763695
commit f69cfd2294
2 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/aLTtUOPh7bPnVt2f82pGNElS3wqD39kWrr8RNTf9lsUS37ZV+YWSUJydzqS8pBOlse7gD2GW3uvRQnJil5AgQ4= RWSE3ohX2g5d/V3WACmc6tmvul+RzHLSO59TiGbsxJIhe8zIkyLNobMthjNPDIWzYDmUtr+CfZldOTCN4a6ENE7GocR3569WeAw=
SHA256 (Pkgfile) = e6a5f9e539c89f61ce305d2d477434adffe9a990e506dff0df644ede028f51ac SHA256 (Pkgfile) = dd696039c0f04ef67d1cedca3316bbc65f09d1cd2f90601e7c54b076b43fedb5
SHA256 (.footprint) = 5b5ec0f58474571c1d9bb357a696ecca4b6fa9f114b346ea0fdcc0f42bbb2ec4 SHA256 (.footprint) = 5b5ec0f58474571c1d9bb357a696ecca4b6fa9f114b346ea0fdcc0f42bbb2ec4
SHA256 (exif-0.6.21.tar.bz2) = 59e78229ac32dd8ae3cad45c5781350da20705313c0b2dda266da0431b8769fd SHA256 (exif-0.6.22.tar.xz) = 0fe268736e0ca0538d4af941022761a438854a64c8024a4175e57bf0418117b9

View File

@ -1,12 +1,12 @@
# Description: Simple command line interface to libexif # Description: Simple command line interface to libexif
# URL: http://libexif.sourceforge.net/ # URL: https://libexif.github.io/
# Maintainer: Juergen Daubert, jue at crux dot nu # Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: libexif popt # Depends on: libexif popt
name=exif name=exif
version=0.6.21 version=0.6.22
release=2 release=1
source=(http://downloads.sourceforge.net/project/libexif/$name/$version/$name-$version.tar.bz2) source=(https://github.com/libexif/$name/releases/download/$name-${version//./_}-release/$name-$version.tar.xz)
build () { build () {
cd $name-$version cd $name-$version