summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryjun2023-08-11 23:41:22 +0800
committeryjun2023-08-11 23:41:22 +0800
commit73a90ee9c2bf71a5fa504d4c9a0fc113ca517225 (patch)
tree9a9540d46691898a49ec0ba3dbf4df62ede88140
parentcb4f71f980a54b352f619b68e1deec16676f1355 (diff)
downloadaur-picsim.tar.gz
[updpkg]: picsim 0.9.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 286917d42a06..cbfe1396d73b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = picsim
pkgdesc = Emulates some PIC microcontroller and periferics such as USART and timers, the simulator architecture permit easy implementation of external elements in C
- pkgver = 0.8.12
+ pkgver = 0.9.0
pkgrel = 1
url = https://github.com/lcgamboa/picsim
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = picsim
makedepends = doxygen
depends = glibc
options = staticlibs
- source = picsim-0.8.12.tar.gz::https://github.com/lcgamboa/picsim/archive/v0.8.12.tar.gz
- sha256sums = 5a9f5bf125f6b3cc1780100cc2fc24fe3f967b250941227dc9f4b5e40b593771
+ source = picsim-0.9.0.tar.gz::https://github.com/lcgamboa/picsim/archive/v0.9.0.tar.gz
+ sha256sums = 706b7ac81d54516d6161c84394ddc78063036cbf09271f026446f1ba87bf14b4
pkgname = picsim
diff --git a/PKGBUILD b/PKGBUILD
index f778e57edba4..7df5e6d4c7a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor : Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=picsim
-pkgver=0.8.12
+pkgver=0.9.0
pkgrel=1
pkgdesc="Emulates some PIC microcontroller and periferics such as USART and timers, the simulator architecture permit easy implementation of external elements in C"
arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('glibc')
makedepends=('gcc'
'doxygen')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/lcgamboa/picsim/archive/v${pkgver}.tar.gz")
-sha256sums=('5a9f5bf125f6b3cc1780100cc2fc24fe3f967b250941227dc9f4b5e40b593771')
+sha256sums=('706b7ac81d54516d6161c84394ddc78063036cbf09271f026446f1ba87bf14b4')
build() {
cd "${pkgname}-${pkgver}"