summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302023-05-16 14:33:00 +0200
committerM0Rf302023-05-16 14:33:00 +0200
commitc731c6f7203a6cc199105104fce67ace9712c6ee (patch)
treeab674cde53d1bdd8a91865b4107c4ddade191c0f
parentf8e3bbd06f260278c8b52d25ec06bc297350c287 (diff)
downloadaur-c731c6f7203a6cc199105104fce67ace9712c6ee.tar.gz
ocaml-lame: 0.3.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bce066b6a4bd..9b07fd4bf561 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-lame
pkgdesc = OCaml bindings to the LAME mp3 encoder
- pkgver = 0.3.6
+ pkgver = 0.3.7
pkgrel = 1
url = https://github.com/savonet/ocaml-lame
arch = i686
@@ -11,7 +11,7 @@ pkgbase = ocaml-lame
depends = ocaml
depends = lame
options = !strip
- source = https://github.com/savonet/ocaml-lame/archive/v0.3.6.tar.gz
- sha256sums = 1b1887dba55e76182355173616670823fe3653507bd47c42c78febe54f195fc9
+ source = https://github.com/savonet/ocaml-lame/archive/v0.3.7.tar.gz
+ sha256sums = 6a195addb8417219f59f4aa5644a6c020344d2f212b1dc5a5041010a25efc8a0
pkgname = ocaml-lame
diff --git a/PKGBUILD b/PKGBUILD
index d4fbfbfeb379..867e9a52a86c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-lame
-pkgver=0.3.6
+pkgver=0.3.7
pkgrel=1
pkgdesc="OCaml bindings to the LAME mp3 encoder"
arch=('i686' 'x86_64')
@@ -28,4 +28,4 @@ package() {
mv "${pkgdir}/usr/doc" "${pkgdir}/usr/share/"
}
-sha256sums=('1b1887dba55e76182355173616670823fe3653507bd47c42c78febe54f195fc9')
+sha256sums=('6a195addb8417219f59f4aa5644a6c020344d2f212b1dc5a5041010a25efc8a0')