summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOscar Cowdery Lack2023-03-13 21:02:18 +1100
committerOscar Cowdery Lack2023-03-13 21:02:31 +1100
commitf86873d6a0c028b7cfdc0c94d2ba70f8aa4145ae (patch)
tree1c2a2f38a057c32bbd85062926677a9773678184 /PKGBUILD
parent9f7af0c9c4cae0bda2d263b12876b8e5d618b32e (diff)
downloadaur-f86873d6a0c028b7cfdc0c94d2ba70f8aa4145ae.tar.gz
1.39.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c9513e8cb610..35fdc9b0e1df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: oscarcl <oscar.cowderylack@gmail.com>
# Contributor: sixpindin <sixpindin@gmail.com>
pkgname=omnisharp-roslyn
-pkgver=1.39.4
+pkgver=1.39.5
pkgrel=1
pkgdesc="OmniSharp server (STDIO) based on Roslyn workspaces"
arch=('x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/OmniSharp/omnisharp-roslyn"
license=('MIT')
depends=('dotnet-sdk')
source=("https://github.com/OmniSharp/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('ef63b6ea53d7bf2957f8351b25c29ae4e76e4a4e346db58e28aaea859411ecc1')
+sha256sums=('23374bdb7bb6b030cf7bf1a7bf0d1bec2cbcb960009d1a058ff936bc785898eb')
prepare() {
cd "$srcdir/$pkgname-$pkgver"