summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca3106f3cf15..6a427e11609c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cpeditor
pkgdesc = The editor for competitive programming
- pkgver = 6.10.3
+ pkgver = 6.11.2
pkgrel = 1
url = https://github.com/cpeditor/cpeditor
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = cpeditor
optdepends = python: execute Python
optdepends = wakatime: track coding stats
conflicts = cpeditor-git
- source = https://github.com/cpeditor/cpeditor/releases/download/6.10.3/cpeditor-6.10.3-full-source.tar.gz
- sha256sums = b7c1512904ed9bc23c2a622f8512cf6fb4055ce102d5f9db5fc927b6fcb46a64
+ source = https://github.com/cpeditor/cpeditor/releases/download/6.11.2/cpeditor-6.11.2-full-source.tar.gz
+ sha256sums = ae542de317c28e5347cca8391fdd7945bc1fcdb386083a70320643a3499b2c3a
pkgname = cpeditor
diff --git a/PKGBUILD b/PKGBUILD
index 73f7f3c18b8e..084a73e47751 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ashar Khan <ashar786khan at gmail.com>
pkgname=cpeditor
-pkgver=6.10.3
+pkgver=6.11.2
_pkgdir=cpeditor-$pkgver-full-source
pkgrel=1
pkgdesc='The editor for competitive programming'
@@ -26,7 +26,7 @@ optdepends=(
)
conflicts=("cpeditor-git")
source=("https://github.com/cpeditor/$pkgname/releases/download/$pkgver/cpeditor-$pkgver-full-source.tar.gz")
-sha256sums=('b7c1512904ed9bc23c2a622f8512cf6fb4055ce102d5f9db5fc927b6fcb46a64')
+sha256sums=('ae542de317c28e5347cca8391fdd7945bc1fcdb386083a70320643a3499b2c3a')
build() {
cd "$_pkgdir"