Browse Source

Update to v11

Nathaniel van Diepen 1 year ago
parent
commit
37e8a41c95
1 changed files with 4 additions and 4 deletions
  1. 4 4
      PKGBUILD

+ 4 - 4
PKGBUILD

@@ -1,13 +1,13 @@
 pkgname=cedev
-pkgver=9.0
-pkgrel=2
+pkgver=11.0
+pkgrel=1
 replaces=('cedev-llvm')
 conflicts=('cedev-llvm')
 url='https://github.com/CE-Programming/toolchain'
 pkgdesc="Toolchain and libraries for C programming on the TI-84 Plus CE / TI-83 Premium CE calculators"
 arch=('any')
-source=("https://github.com/CE-Programming/toolchain/releases/download/v9.0/linux_CEdev.zip" "LICENSE")
-md5sums=('27aa431c2eb9ecdbe6e2df9a3bd7701b' 'SKIP')
+source=("https://github.com/CE-Programming/toolchain/releases/download/v11.0/linux_CEdev.zip" "LICENSE")
+md5sums=('ec69c21da2daf235fc48496928a8a6a7' 'SKIP')
 depends=('wine')
 makedepends=('git' 'cmake')
 license=('custom')