summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVíctor Pont2023-03-02 19:22:05 +0100
committerVíctor Pont2023-03-02 19:22:05 +0100
commitcf80eaabad223ddd802df9543e6d3689dffc8035 (patch)
tree39a869bba9908e00304b9b6bcd7b2a43a5db4e62
parent7201099aef6dc83afc0331b44f8e8205810d2140 (diff)
downloadaur-cf80eaabad223ddd802df9543e6d3689dffc8035.tar.gz
Bump to v1.56
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 548230ec3e4b..2d9927d144b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = teensy-loader
pkgdesc = The Teensy Loader program communicates with your Teensy board when the HalfKay bootloader is running, so you can download new programs and run them
- pkgver = 1.52
- pkgrel = 4
+ pkgver = 1.56
+ pkgrel = 1
url = https://www.pjrc.com/teensy/loader.html
arch = x86_64
depends = gtk2
depends = libpng12
depends = libusb
- source = teensy-loader-1.52.tar.gz::https://www.pjrc.com/teensy/teensy_linux64.tar.gz
+ source = teensy-loader-1.56.tar.gz::https://www.pjrc.com/teensy/teensy_linux64.tar.gz
source = https://www.pjrc.com/teensy/00-teensy.rules
- sha256sums = 00c99f0ea6c686747595ad70401a8d78faa1c34a0171093c661566926dc03bfa
+ sha256sums = 9d8325378fdd23343ed3f24342ab8bd50e6291ab4f1c74403d5f8e7e02ca4b66
sha256sums = 17f56b63603271e2cdae291fed347b66dfbdfd089b2847cf0b4383c877ffacfb
pkgname = teensy-loader
diff --git a/PKGBUILD b/PKGBUILD
index 9de568a4e196..8ee4ae257eb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname="teensy-loader"
-pkgver=1.52
-pkgrel=4
+pkgver=1.56
+pkgrel=1
pkgdesc="The Teensy Loader program communicates with your Teensy board when the HalfKay bootloader is running, so you can download new programs and run them"
arch=("x86_64")
url="https://www.pjrc.com/teensy/loader.html"
@@ -14,7 +14,7 @@ source=(
"https://www.pjrc.com/teensy/00-teensy.rules"
)
sha256sums=(
- "00c99f0ea6c686747595ad70401a8d78faa1c34a0171093c661566926dc03bfa"
+ "9d8325378fdd23343ed3f24342ab8bd50e6291ab4f1c74403d5f8e7e02ca4b66"
"17f56b63603271e2cdae291fed347b66dfbdfd089b2847cf0b4383c877ffacfb"
)