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 c2a3119b5ae5..483d308e7fd9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = coedit-bin
pkgdesc = Coedit is an IDE for the DMD D2 compiler.
- pkgver = 2_update_6
+ pkgver = 3_gold
pkgrel = 1
url = https://github.com/BBasile/Coedit
arch = x86
@@ -9,8 +9,8 @@ pkgbase = coedit-bin
makedepends = unzip
optdepends = dlang
provides = coedit
- source = https://github.com/BBasile/Coedit/releases/download/2_update_6/coedit.2update6.linux64.zip
- md5sums = f495e0aa0041fb3a0f07d6a57ba6743e
+ source = https://github.com/BBasile/Coedit/releases/download/3_gold/coedit.3gold.linux64.zip
+ sha256sums = 382875060928607f85deeb91786160f18570f90730fdde246298c7f62bdf4e17
pkgname = coedit-bin
diff --git a/PKGBUILD b/PKGBUILD
index 369b0ae52372..58dc976564fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Marius O<marius@habarnam.ro>
pkgname=coedit-bin
-pkgver=2_update_6
+pkgver=3_gold
pkgrel=1
pkgdesc="Coedit is an IDE for the DMD D2 compiler."
url="https://github.com/BBasile/Coedit"
@@ -15,8 +15,8 @@ else
_arch="32"
fi
source=("https://github.com/BBasile/Coedit/releases/download/${pkgver}/${pkgname%-bin}.${pkgver//_}.linux${_arch}.zip")
-md5sums=('f495e0aa0041fb3a0f07d6a57ba6743e')
+sha256sums=('382875060928607f85deeb91786160f18570f90730fdde246298c7f62bdf4e17')
package() {
mkdir -p "${pkgdir}/usr/bin"
mkdir -p "${pkgdir}/usr/share/icons"