summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16c56d3ae355..6983b1164b42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = write-shm
pkgdesc = Write to a shared memory
- pkgver = 0.1.3
+ pkgver = 1.0.0
pkgrel = 1
url = https://github.com/NikolasK-source/write_shm
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = write-shm
license = MIT
makedepends = cmake
makedepends = git
- source = git+https://github.com/NikolasK-source/write_shm.git#tag=v0.1.3
+ source = git+https://github.com/NikolasK-source/write_shm.git#tag=v1.0.0
sha256sums = SKIP
pkgname = write-shm
diff --git a/PKGBUILD b/PKGBUILD
index c6492656cc0d..8e7b6bbe97c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=write-shm
pkgrel=1
-pkgver=0.1.3
+pkgver=1.0.0
pkgdesc="Write to a shared memory"
url="https://github.com/NikolasK-source/write_shm"
license=('MIT')