diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-09-16 11:04:29 +0200 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-09-19 12:22:52 +0200 |
commit | 5aaab9771228167b2f60b0b955583d931c83d367 (patch) | |
tree | 2a0630fca1ed452487c625275f2be42efd155a95 | |
parent | 3b07509e07c5f06e32ac528e964a70173389dad1 (diff) | |
download | aports-5aaab9771228167b2f60b0b955583d931c83d367.tar.gz aports-5aaab9771228167b2f60b0b955583d931c83d367.tar.bz2 aports-5aaab9771228167b2f60b0b955583d931c83d367.tar.xz |
community/cheese: upgrade to 3.38.0
-rw-r--r-- | community/cheese/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/cheese/APKBUILD b/community/cheese/APKBUILD index bf67169947..84a07e9f92 100644 --- a/community/cheese/APKBUILD +++ b/community/cheese/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=cheese -pkgver=3.34.0 -pkgrel=9 +pkgver=3.38.0 +pkgrel=0 pkgdesc="Take photos and videos with your webcam" url="https://wiki.gnome.org/Apps/Cheese" arch="all" @@ -43,4 +43,4 @@ package() { DESTDIR="$pkgdir" meson install --no-rebuild -C output } -sha512sums="093b4e5f7f15fd0c445fffd254d4a5035a4e3e91bacccdeeda64a4a7182901646daea5c8596c954a67896f9aaf37dab2309c21e8f026583f59d787a2c1e4c200 cheese-3.34.0.tar.xz" +sha512sums="210b50fc79a7b3a72c94163fe0dd76f7f29f576c1085c671c2c6c3b7f59ee362aec288f885a590ebfd9530534b6a6bad569c6df57874b9fcecf7e9f1ba9531ae cheese-3.38.0.tar.xz" |