summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2022-05-20 09:22:06 +0530
committerHans-Nikolai Viessmann2022-05-20 09:22:06 +0530
commit1beff7f454b3c625319cd36efd3a8b1f2e4b13ca (patch)
tree06e6e65bcb610bfe92ea540ce381909dcf2aa686
parentac07c3889c68c8a53df56cdefaa572af454ae3b7 (diff)
downloadaur-1beff7f454b3c625319cd36efd3a8b1f2e4b13ca.tar.gz
bump to version 1.6.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f66400207def..25ff7c534f99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cppo
pkgdesc = C-style preprocessor for OCaml
- pkgver = 1.6.8
+ pkgver = 1.6.9
pkgrel = 1
url = https://github.com/ocaml-community/cppo
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = cppo
makedepends = ocamlbuild
depends = glibc
optdepends = ocamlbuild: ocamlbuild plugin
- source = https://github.com/ocaml-community/cppo/archive/refs/tags/v1.6.8.tar.gz
- sha256sums = 7e056d50bb194b7f628d2547667262ceb814b1fe9ea666240bfaf1396727be53
+ source = https://github.com/ocaml-community/cppo/archive/refs/tags/v1.6.9.tar.gz
+ sha256sums = 16036d85c11d330a7c8b56f4e071d6bbe86d8937c89d3d79f6eef0e38bdda26a
pkgname = cppo
diff --git a/PKGBUILD b/PKGBUILD
index c5231b947f0e..49a165d97f08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Bruno Pagani <archange@archlinux.org>
pkgname=cppo
-pkgver=1.6.8
+pkgver=1.6.9
pkgrel=1
pkgdesc="C-style preprocessor for OCaml"
arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('glibc')
optdepends=('ocamlbuild: ocamlbuild plugin')
makedepends=('dune' 'ocamlbuild')
source=("https://github.com/ocaml-community/cppo/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('7e056d50bb194b7f628d2547667262ceb814b1fe9ea666240bfaf1396727be53')
+sha256sums=('16036d85c11d330a7c8b56f4e071d6bbe86d8937c89d3d79f6eef0e38bdda26a')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"