summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolas Koesling2024-04-12 23:50:21 +0200
committerNikolas Koesling2024-04-12 23:50:21 +0200
commit6b165b791745067baf2bfdeb154a9b0e82a47808 (patch)
tree3642daee8aeb87a6dc6ba033ea3d55fd22b35a79
parentffccaec47faf7a18b2db2e42c0d7519e5f0d79d1 (diff)
downloadaur-6b165b791745067baf2bfdeb154a9b0e82a47808.tar.gz
update from upstream
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a96a82e598bf..1b3047f6311b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = write-shm
pkgdesc = Write to a shared memory
- pkgver = 1.1.0
+ pkgver = 1.1.1
pkgrel = 1
url = https://github.com/NikolasK-source/write_shm
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = write-shm
makedepends = cxxsemaphore
depends = cxxshm
depends = cxxsemaphore
- source = git+https://github.com/NikolasK-source/write_shm.git#tag=v1.1.0
+ source = git+https://github.com/NikolasK-source/write_shm.git#tag=v1.1.1
sha256sums = SKIP
pkgname = write-shm
diff --git a/PKGBUILD b/PKGBUILD
index 68e73e245ef8..211344cbddd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=write-shm
pkgrel=1
-pkgver=1.1.0
+pkgver=1.1.1
pkgdesc="Write to a shared memory"
url="https://github.com/NikolasK-source/write_shm"
license=('MIT')