Skip to content

Commit

Permalink
main/libcamera: update to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Sep 25, 2024
1 parent 61a5e5b commit f771128
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main/libcamera/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "libcamera"
pkgver = "0.3.1"
pkgrel = 1
pkgver = "0.3.2"
pkgrel = 0
build_style = "meson"
configure_args = ["-Dtest=true"]
hostmakedepends = [
Expand All @@ -25,7 +25,7 @@
license = "LGPL-2.1-or-later AND GPL-2.0-or-later"
url = "https://libcamera.org"
source = f"https://github.com/libcamera-org/libcamera/archive/refs/tags/v{pkgver}.tar.gz"
sha256 = "ef93fba5751f55299ee8d593eaefc1b9b2b34008be7db19d3d2c05588d855c4f"
sha256 = "d2c0a28749ec95b84866bbdad1cd71e7d7309560153f8b369d27c0b1de5b459a"
nostrip_files = ["usr/lib/libcamera/ipa*.so"]


Expand Down

0 comments on commit f771128

Please sign in to comment.