diff options
author | Michel Zou | 2023-12-21 19:40:43 +0100 |
---|---|---|
committer | Michel Zou | 2023-12-21 19:40:43 +0100 |
commit | d1ce399e3745275c5ed14df05296170235b935f3 (patch) | |
tree | ee76ad499b170e46bf9c725386e67e5717e5086e | |
parent | e2217bd954ba6c7c933c5d8430bf5c174925598c (diff) | |
download | aur-mingw-w64-libde265.tar.gz |
1.0.15
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = mingw-w64-libde265 pkgdesc = Open h.265 video codec implementation (mingw-w64) - pkgver = 1.0.8 + pkgver = 1.0.15 pkgrel = 1 url = https://github.com/strukturag/libde265 arch = any @@ -10,7 +10,7 @@ pkgbase = mingw-w64-libde265 options = !buildflags options = staticlibs options = !strip - source = https://github.com/strukturag/libde265/releases/download/v1.0.8/libde265-1.0.8.tar.gz - sha256sums = 24c791dd334fa521762320ff54f0febfd3c09fc978880a8c5fbc40a88f21d905 + source = https://github.com/strukturag/libde265/releases/download/v1.0.15/libde265-1.0.15.tar.gz + sha256sums = 00251986c29d34d3af7117ed05874950c875dd9292d016be29d3b3762666511d pkgname = mingw-w64-libde265 @@ -1,5 +1,5 @@ pkgname=mingw-w64-libde265 -pkgver=1.0.8 +pkgver=1.0.15 pkgrel=1 pkgdesc="Open h.265 video codec implementation (mingw-w64)" arch=('any') @@ -9,7 +9,7 @@ depends=('mingw-w64-crt') makedepends=('mingw-w64-cmake') options=('!buildflags' 'staticlibs' '!strip') source=(https://github.com/strukturag/libde265/releases/download/v$pkgver/libde265-$pkgver.tar.gz) -sha256sums=('24c791dd334fa521762320ff54f0febfd3c09fc978880a8c5fbc40a88f21d905') +sha256sums=('00251986c29d34d3af7117ed05874950c875dd9292d016be29d3b3762666511d') _architectures="i686-w64-mingw32 x86_64-w64-mingw32" |