diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-11-28 21:49:27 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-11-28 21:49:27 +0000 |
commit | 1833023f0027df16696e5c87257ce3d498d4be36 (patch) | |
tree | 40a3010697e15aacbaaa38fcae09784fd0937bb7 /community/py-gst | |
parent | b7341dd6fb1e89d6c64d44422f084e1279b30f42 (diff) | |
download | aports-1833023f0027df16696e5c87257ce3d498d4be36.tar.bz2 aports-1833023f0027df16696e5c87257ce3d498d4be36.tar.xz |
community/py-gst: upgrade to 1.12.3
Diffstat (limited to 'community/py-gst')
-rw-r--r-- | community/py-gst/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py-gst/APKBUILD b/community/py-gst/APKBUILD index 1217b95697..5aee6c3501 100644 --- a/community/py-gst/APKBUILD +++ b/community/py-gst/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: pkgname=py-gst -pkgver=1.12.0 +pkgver=1.12.3 pkgrel=0 pkgdesc="GStreamer Python binding" url="https://cgit.freedesktop.org/gstreamer/gst-python/" @@ -66,4 +66,4 @@ _py() { make DESTDIR="$subpkgdir" install } -sha512sums="fbdc122f45d25ce75ab08549bc90af35950c1f29d46ee3a7b2d7587c44f2c37990b566261f8f16abf98fa89fdf1f704fc30be977246207e3f01bab8567a72d37 gst-python-1.12.0.tar.xz" +sha512sums="f4d0d09a5b068e79496aa5e0d73f09af2d1e929cf6f80874dba8396950952b795a30f5a33c18b42a650f173c80ce342f959d497aa0d9d281bbe36507a71d1b4a gst-python-1.12.3.tar.xz" |