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 e1e3e7e51914..d8fcdc1daa90 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = powershell-bin
pkgdesc = A cross-platform automation and configuration tool/framework (binary package)
- pkgver = 6.1.2
+ pkgver = 6.1.3
pkgrel = 1
url = https://github.com/Powershell/Powershell
install = powershell.install
@@ -12,8 +12,8 @@ pkgbase = powershell-bin
conflicts = powershell
options = staticlibs
options = !strip
- source = https://github.com/PowerShell/PowerShell/releases/download/v6.1.2/powershell_6.1.2-1.ubuntu.16.04_amd64.deb
- md5sums = c3a5116dea7decd4d8ef0ae3fecd1eac
+ source = https://github.com/PowerShell/PowerShell/releases/download/v6.1.3/powershell_6.1.3-1.ubuntu.16.04_amd64.deb
+ md5sums = 19055abdf24e749dcab4b7b25b834b81
pkgname = powershell-bin
diff --git a/PKGBUILD b/PKGBUILD
index 86311c2e49bb..31b0d75ff6af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Tomasz Hamerla <tomasz.hamerla@outlook.com>
pkgname=powershell-bin
-_pkgver=6.1.2
+_pkgver=6.1.3
pkgver=${_pkgver/-/.}
pkgrel=1
pkgdesc='A cross-platform automation and configuration tool/framework (binary package)'
@@ -13,7 +13,7 @@ provides=('powershell')
conflicts=('powershell')
options=(staticlibs !strip)
install=powershell.install
-md5sums=('c3a5116dea7decd4d8ef0ae3fecd1eac')
+md5sums=('19055abdf24e749dcab4b7b25b834b81')
source=("https://github.com/PowerShell/PowerShell/releases/download/v${_pkgver}/powershell_${_pkgver}-1.ubuntu.16.04_amd64.deb")
package() {