summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorebiadsu2023-12-06 17:07:45 +0100
committerebiadsu2023-12-06 17:07:45 +0100
commit92694741e6ac0c66d9e064991f5a1785f8849271 (patch)
tree32e114a9e437c637b0ca650cbb13c5693ddb3370
parent8720caae5685ae711f1cf568ffbc9194eec07ceb (diff)
downloadaur-92694741e6ac0c66d9e064991f5a1785f8849271.tar.gz
update to version 8.2.8
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32f9769b838e..91c742f280b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = atlassian-plugin-sdk
pkgdesc = Atlassian plugin software developer kit
- pkgver = 8.2.7
+ pkgver = 8.2.8
pkgrel = 1
url = https://marketplace.atlassian.com/plugins/atlassian-plugin-sdk-tgz
arch = i686
arch = x86_64
license = Apache License 2.0
depends = java-environment
- source = https://maven.atlassian.com/public/com/atlassian/amps/atlassian-plugin-sdk/8.2.7/atlassian-plugin-sdk-8.2.7.tar.gz
- sha256sums = 77eb7ba604921042642f1d3a93b17f7e4dada572ca1ae12d5a2696ceee960f76
+ source = https://maven.atlassian.com/public/com/atlassian/amps/atlassian-plugin-sdk/8.2.8/atlassian-plugin-sdk-8.2.8.tar.gz
+ sha256sums = e6f3488542f657bdd0271f1c30508cf0c76f0162779463c06be78c0c432da51d
pkgname = atlassian-plugin-sdk
-
diff --git a/PKGBUILD b/PKGBUILD
index 6663a0aa3f1c..628add5d746b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
# Contributor: Leo von Klenze <leo.vonklenze@tngtech.com>
pkgname=atlassian-plugin-sdk
-pkgver=8.2.7
+pkgver=8.2.8
pkgrel=1
pkgdesc="Atlassian plugin software developer kit"
arch=('i686' 'x86_64')
url="https://marketplace.atlassian.com/plugins/atlassian-plugin-sdk-tgz"
license=('Apache License 2.0')
source=("https://maven.atlassian.com/public/com/atlassian/amps/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('77eb7ba604921042642f1d3a93b17f7e4dada572ca1ae12d5a2696ceee960f76')
+sha256sums=('e6f3488542f657bdd0271f1c30508cf0c76f0162779463c06be78c0c432da51d')
depends=('java-environment')
package() {