summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2020-01-29 14:12:14 +0000
committerGrey Christoforo2020-01-29 14:12:14 +0000
commit28deeb4d2d56c2b1916687cde200e96e343b336f (patch)
tree091a9a8e7c3393c54ec6c9af32863532a05aa651
parent59c1a5f66ae29a644cf9061ea33b1dcd74f09a67 (diff)
downloadaur-28deeb4d2d56c2b1916687cde200e96e343b336f.tar.gz
bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40c4e82d7919..253e110cb76a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = arduino-samd-core-rc
pkgdesc = Arduino samd core -- stable and release candidates
- pkgver = 1.8.3
+ pkgver = 1.8.4
pkgrel = 1
url = https://github.com/arduino/ArduinoCore-samd
arch = any
@@ -10,9 +10,9 @@ pkgbase = arduino-samd-core-rc
conflicts = arduino-samd-core
options = !strip
options = !emptydirs
- source = https://github.com/arduino/ArduinoCore-samd/archive/1.8.3.tar.gz
+ source = https://github.com/arduino/ArduinoCore-samd/archive/1.8.4.tar.gz
source = platform.patch
- sha512sums = f2ca5d2ed93393785d17033bd3a2acfee0dc4b00bb5d33282f6f306db7fbf836f3d136343e85a9a6a30482263fcab7d9c0e5233b323eba028bba9239bb3fa991
+ sha512sums = 2a55455e8b3f3c803b14d7fcade44b574b01a727a1b5ca15ca66a5575b722f38d809931b99e6b58685bcdfd5ee0beeef9200cc41ab80abd6b027fd8405dd1878
sha512sums = 7297a87af15ee68de23af6081391637caf871809b8c50d89065ea9311db41bde99b7ec1446669c68ffc9a3cef3d8401e7caeff040e3a1e84564ab0111d315a20
pkgname = arduino-samd-core-rc
diff --git a/PKGBUILD b/PKGBUILD
index 5e2a2b4c55a8..525e89cd43b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=arduino-samd-core-rc
-pkgver=1.8.3
+pkgver=1.8.4
pkgrel=1
pkgdesc="Arduino samd core -- stable and release candidates"
arch=('any')
@@ -12,7 +12,7 @@ depends=('arduino-ctags') ## this needs to be fixed to include the analogs to: a
options=(!strip !emptydirs)
source=("https://github.com/arduino/ArduinoCore-samd/archive/${pkgver}.tar.gz"
"platform.patch")
-sha512sums=('f2ca5d2ed93393785d17033bd3a2acfee0dc4b00bb5d33282f6f306db7fbf836f3d136343e85a9a6a30482263fcab7d9c0e5233b323eba028bba9239bb3fa991'
+sha512sums=('2a55455e8b3f3c803b14d7fcade44b574b01a727a1b5ca15ca66a5575b722f38d809931b99e6b58685bcdfd5ee0beeef9200cc41ab80abd6b027fd8405dd1878'
'7297a87af15ee68de23af6081391637caf871809b8c50d89065ea9311db41bde99b7ec1446669c68ffc9a3cef3d8401e7caeff040e3a1e84564ab0111d315a20')
prepare()