summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2024-02-05 13:45:08 +0100
committerMartchus2024-02-05 13:45:08 +0100
commit380d2a3efeec644fd5dad4c8e0d5e918f981b856 (patch)
treeb9b0d7147a37c851fa49afe539b8248611e34779
parent3ace33aa44d0d2e33aebd00af1ba04a1a86e763a (diff)
downloadaur-bento4.tar.gz
Update to 1.6.0.641
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e187d60c4253..df2b4717621f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bento4
pkgdesc = C++ class library and tools designed to read and write ISO-MP4 files
- pkgver = 1.6.0.640
+ pkgver = 1.6.0.641
pkgrel = 1
url = https://www.bento4.com/
arch = i686
@@ -12,7 +12,7 @@ pkgbase = bento4
license = GPL
makedepends = cmake
optdepends = python
- source = http://zebulon.bok.net/Bento4/source/Bento4-SRC-1-6-0-640.zip
- sha1sums = 13f896f8ae1e1af428736855a89363974bfb44ce
+ source = http://zebulon.bok.net/Bento4/source/Bento4-SRC-1-6-0-641.zip
+ sha256sums = 8258faf0de7253f2aac016018f33d4a04c16d9060735e14ec8711f84aaedf0c8
pkgname = bento4
diff --git a/PKGBUILD b/PKGBUILD
index 264fcfbb66f6..7917b7c3deba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# you also find the URL of a binary repository.
pkgname=bento4
-pkgver=1.6.0.640
-_pkgverstr=1-6-0-640
+pkgver=1.6.0.641
+_pkgverstr=1-6-0-641
pkgrel=1
pkgdesc='C++ class library and tools designed to read and write ISO-MP4 files'
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
@@ -14,7 +14,7 @@ license=('GPL')
makedepends=('cmake')
optdepends=('python')
source=("http://zebulon.bok.net/Bento4/source/Bento4-SRC-${_pkgverstr}.zip")
-sha1sums=('13f896f8ae1e1af428736855a89363974bfb44ce')
+sha256sums=('8258faf0de7253f2aac016018f33d4a04c16d9060735e14ec8711f84aaedf0c8')
build() {
cd "${srcdir}"